#4C4BFF

Color #4C4BFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4C4BFF

Tints of Neon Blue #4C4BFF

Color information

#4C4BFF (or 0x4C4BFF) is unknown color: approx Neon Blue. HEX triplet: 4C, 4B and FF. RGB value is (76,75,255). Sum of RGB (Red+Green+Blue) = 76+75+255=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C4BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C4BFF is #B3B400. Grayscale: #5F5F5F. Windows color (decimal): -11777025 or 16730956. OLE color: 16730956.

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

Color convert

RGB7675255-
CMYK0.700.7100
HSL240.33º100%64.71%-
HSV(B)240.33º70.59%100%-
XYZ23.5513.7996.03-
YUV95.82217.83113.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.72%
GREEN value IS 75 (29.69% from 255) = 18.47%
BLUE value IS 255 (100% from 255) = 62.81%
R=18.72%
G=18.47%
B=62.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal76752550.700.7100240.3310064.71
Hex4C4BFF464700f06441
Octal11411337710610700360144101
Binary100110010010111111111110001101000111001111000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C4BFF;
 }
 .AnyTagClassName
 {
   color: #4C4BFF;
 }
</style>
background-color css

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

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

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

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

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

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