#4B5DF7

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

Shades of Neon Blue #4B5DF7

Tints of Neon Blue #4B5DF7

Color information

#4B5DF7 (or 0x4B5DF7) is unknown color: approx Neon Blue. HEX triplet: 4B, 5D and F7. RGB value is (75,93,247). Sum of RGB (Red+Green+Blue) = 75+93+247=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 247 (96.88% from 255 or 59.52% from 415); Max value from RGB is 247 - color contains mainly: blue. Hex color #4B5DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5DF7 is #B4A208. Grayscale: #686868. Windows color (decimal): -11837961 or 16211275. OLE color: 16211275.

HSL color Cylindrical-coordinate representation of color #4B5DF7: hue angle of 233.72º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B5DF7 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7593247-
CMYK0.700.6200.03
HSL233.72º91.49%63.14%-
HSV(B)233.72º69.64%96.86%-
XYZ23.616.0489.85-
YUV105.17208.04106.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.07%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 247 (96.88% from 255) = 59.52%
R=18.07%
G=22.41%
B=59.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal75932470.700.6200.03233.7291.4963.14
Hex4B5DF7463E03ea5b3f
Octal113135367106760335213377
Binary10010111011101111101111000110111110011111010101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,93,247); }

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

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

 a { background-color: rgb(75,93,247); }

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

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

 span { border-color: rgb(75,93,247); }

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