#4B4CFF

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

Shades of Neon Blue #4B4CFF

Tints of Neon Blue #4B4CFF

Color information

#4B4CFF (or 0x4B4CFF) is unknown color: approx Neon Blue. HEX triplet: 4B, 4C and FF. RGB value is (75,76,255). Sum of RGB (Red+Green+Blue) = 75+76+255=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 76 (30.08% from 255 or 18.72% 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 #4B4CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B4CFF is #B4B300. Grayscale: #5F5F5F. Windows color (decimal): -11842305 or 16731211. OLE color: 16731211.

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

Color convert

RGB7576255-
CMYK0.710.7000
HSL239.67º100%64.71%-
HSV(B)239.67º70.59%100%-
XYZ23.5413.8896.05-
YUV96.11217.67112.95-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal75762550.710.7000239.6710064.71
Hex4B4CFF474600f06441
Octal11311437710710600360144101
Binary100101110011001111111110001111000110001111000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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