Html Css Color HEX #4C4CFF Neon Blue

📋 copy color: '#4C4CFF'

red 76 ◦ green 76 ◦ blue 255

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

Shades of Neon Blue #4C4CFF

Tints of Neon Blue #4C4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

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

R = 18.67%
G = 18.67%
B = 62.65%

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

#4C4CFF (or 0x4C4CFF) is known color: Neon Blue. HEX triplet: 4C, 4C and FF. RGB value is (76,76,255). Sum of RGB (Red+Green+Blue) = 76+76+255=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C4CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C4CFF is #B3B300. Grayscale: #5F5F5F. Windows color (decimal): -11776769 or 16731212. OLE color: 16731212.

HSL color Cylindrical-coordinate representation of color #4C4CFF: hue angle of 240º 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 #4C4CFF is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 76 76 255 -
CMYK 0.70 0.70 0 0
HSL 240º 1% 0.65% -
HSV(B) 240º 0.7% 1% -
XYZ 23.61 13.93 96.05 -
YUV 96.41 217.5 113.45 -
System Red Green Blue C M Y K H S L
Decimal 76 76 255 0.70 0.70 0 0 240 1 0.65
Hex 4C 4C FF 46 46 0 0 F0 64 41
Octal 114 114 377 106 106 0 0 360 144 101
Binary 1001100 1001100 11111111 1000110 1000110 0 0 11110000 1100100 1000001

Color Harmonies of #4C4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4CFF

Black with #4C4CFF

Text Example


Text Example

White with #4C4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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