#4B4DFF

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

Shades of Neon Blue #4B4DFF

Tints of Neon Blue #4B4DFF

Color information

#4B4DFF (or 0x4B4DFF) is unknown color: approx Neon Blue. HEX triplet: 4B, 4D and FF. RGB value is (75,77,255). Sum of RGB (Red+Green+Blue) = 75+77+255=407 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.43% from 407); Green value is 77 (30.47% from 255 or 18.92% 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 #4B4DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B4DFF is #B4B200. Grayscale: #5F5F5F. Windows color (decimal): -11842049 or 16731467. OLE color: 16731467.

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

Color convert

RGB7577255-
CMYK0.710.7000
HSL239.33º100%64.71%-
HSV(B)239.33º70.59%100%-
XYZ23.6114.0296.07-
YUV96.69217.34112.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.43%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 255 (100% from 255) = 62.65%
R=18.43%
G=18.92%
B=62.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal75772550.710.7000239.3310064.71
Hex4B4DFF474600ef6441
Octal11311537710710600357144101
Binary100101110011011111111110001111000110001110111111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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