#474DFB

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

Shades of Neon Blue #474DFB

Tints of Neon Blue #474DFB

Color information

#474DFB (or 0x474DFB) is unknown color: approx Neon Blue. HEX triplet: 47, 4D and FB. RGB value is (71,77,251). Sum of RGB (Red+Green+Blue) = 71+77+251=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #474DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474DFB is #B8B204. Grayscale: #5E5E5E. Windows color (decimal): -12104197 or 16469319. OLE color: 16469319.

HSL color Cylindrical-coordinate representation of color #474DFB: hue angle of 238º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474DFB is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7177251-
CMYK0.720.6900.02
HSL238º95.74%63.14%-
HSV(B)238º71.71%98.43%-
XYZ22.6613.6192.7-
YUV95.04216.01110.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 251 (98.44% from 255) = 62.91%
R=17.79%
G=19.30%
B=62.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal71772510.720.6900.0223895.7463.14
Hex474DFB484502ee603f
Octal1071153731101050235614077
Binary100011110011011111101110010001000101010111011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474DFB; }

 p { color: rgb(71,77,251); }

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

<style>
 a { background-color: #474DFB; }

 a { background-color: rgb(71,77,251); }

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

<style>
 span { border-color: #474DFB; }

 span { border-color: rgb(71,77,251); }

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