#475EF8

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

Shades of Neon Blue #475EF8

Tints of Neon Blue #475EF8

Color information

#475EF8 (or 0x475EF8) is unknown color: approx Neon Blue. HEX triplet: 47, 5E and F8. RGB value is (71,94,248). Sum of RGB (Red+Green+Blue) = 71+94+248=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #475EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475EF8 is #B8A107. Grayscale: #686868. Windows color (decimal): -12099848 or 16277063. OLE color: 16277063.

HSL color Cylindrical-coordinate representation of color #475EF8: hue angle of 232.2º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #475EF8 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7194248-
CMYK0.710.6200.03
HSL232.2º92.67%62.55%-
HSV(B)232.2º71.37%97.25%-
XYZ23.5416.1290.68-
YUV104.68208.88103.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.19%
GREEN value IS 94 (37.11% from 255) = 22.76%
BLUE value IS 248 (97.27% from 255) = 60.05%
R=17.19%
G=22.76%
B=60.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal71942480.710.6200.03232.292.6762.55
Hex475EF8473E03e85d3f
Octal107136370107760335013577
Binary10001111011110111110001000111111110011111010001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475EF8; }

 p { color: rgb(71,94,248); }

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

<style>
 a { background-color: #475EF8; }

 a { background-color: rgb(71,94,248); }

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

<style>
 span { border-color: #475EF8; }

 span { border-color: rgb(71,94,248); }

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