Html Css Color HEX #4C5CFF Neon Blue

📋 copy color: '#4C5CFF'

red 76 ◦ green 92 ◦ blue 255

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

Shades of Neon Blue #4C5CFF

Tints of Neon Blue #4C5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

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

R = 17.97%
G = 21.75%
B = 60.28%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C5CFF (or 0x4C5CFF) is known color: Neon Blue. HEX triplet: 4C, 5C and FF. RGB value is (76,92,255). Sum of RGB (Red+Green+Blue) = 76+92+255=423 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.97% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C5CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5CFF is #B3A300. Grayscale: #696969. Windows color (decimal): -11772673 or 16735308. OLE color: 16735308.

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

Color convert

RGB 76 92 255 -
CMYK 0.70 0.64 0 0
HSL 234.64º 1% 0.65% -
HSV(B) 234.64º 0.7% 1% -
XYZ 24.86 16.41 96.47 -
YUV 105.8 212.2 106.75 -
System Red Green Blue C M Y K H S L
Decimal 76 92 255 0.70 0.64 0 0 234.64 1 0.65
Hex 4C 5C FF 46 40 0 0 EB 64 41
Octal 114 134 377 106 100 0 0 353 144 101
Binary 1001100 1011100 11111111 1000110 1000000 0 0 11101011 1100100 1000001

Color Harmonies of #4C5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5CFF

Black with #4C5CFF

Text Example


Text Example

White with #4C5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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