Html Css Color HEX #4C4DFF Neon Blue

📋 copy color: '#4C4DFF'

red 76 ◦ green 77 ◦ blue 255

#4C4DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4C4DFF

Tints of Neon Blue #4C4DFF

RGB

 RED value IS 76 (30.08% from 255) = 18.63%

 GREEN value IS 77 (30.47% from 255) = 18.87%

 BLUE value IS 255 (100% from 255) = 62.5%

R = 18.63%
G = 18.87%
B = 62.5%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4C4DFF (or 0x4C4DFF) is known color: Neon Blue. HEX triplet: 4C, 4D and FF. RGB value is (76,77,255). Sum of RGB (Red+Green+Blue) = 76+77+255=408 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.63% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C4DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C4DFF is #B3B200. Grayscale: #606060. Windows color (decimal): -11776513 or 16731468. OLE color: 16731468.

HSL color Cylindrical-coordinate representation of color #4C4DFF: hue angle of 239.66º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C4DFF is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 77 255 -
CMYK 0.70 0.70 0 0
HSL 239.66º 1% 0.65% -
HSV(B) 239.66º 0.7% 1% -
XYZ 23.68 14.06 96.07 -
YUV 96.99 217.17 113.03 -
System Red Green Blue C M Y K H S L
Decimal 76 77 255 0.70 0.70 0 0 239.66 1 0.65
Hex 4C 4D FF 46 46 0 0 F0 64 41
Octal 114 115 377 106 106 0 0 360 144 101
Binary 1001100 1001101 11111111 1000110 1000110 0 0 11110000 1100100 1000001

Color Harmonies of #4C4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4DFF

Black with #4C4DFF

Text Example


Text Example

White with #4C4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C4DFF; }

 p { color: rgb(76,77,255); }

 H1.HeaderClassName
 {
   color: #4C4DFF;
 }
 .AnyTagClassName
 {
   color: #4C4DFF;
 }
</style>

background-color css

<style>
 a { background-color: #4C4DFF; }

 a { background-color: rgb(76,77,255); }

 div.DivClassName
 {
   background-color: #4C4DFF;
 }
 .BgClassName
 {
   background-color: #4C4DFF;
 }
</style>

border-color css

<style>
 span { border-color: #4C4DFF; }

 span { border-color: rgb(76,77,255); }

 td.TdClassName
 {
   border-color: #4C4DFF;
 }
 .TagClassName
 {
   border-color: #4C4DFF;
 }
</style>