#475FFC

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

Shades of Neon Blue #475FFC

Tints of Neon Blue #475FFC

Color information

#475FFC (or 0x475FFC) is unknown color: approx Neon Blue. HEX triplet: 47, 5F and FC. RGB value is (71,95,252). Sum of RGB (Red+Green+Blue) = 71+95+252=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #475FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475FFC is #B8A003. Grayscale: #696969. Windows color (decimal): -12099588 or 16539463. OLE color: 16539463.

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

Color convert

RGB7195252-
CMYK0.720.6200.01
HSL232.04º96.79%63.33%-
HSV(B)232.04º71.83%98.82%-
XYZ24.2616.5594.01-
YUV105.72210.55103.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.99%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 252 (98.83% from 255) = 60.29%
R=16.99%
G=22.73%
B=60.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal71952520.720.6200.01232.0496.7963.33
Hex475FFC483E01e8613f
Octal107137374110760135014177
Binary1000111101111111111100100100011111001111010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,95,252); }

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

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

 a { background-color: rgb(71,95,252); }

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

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

 span { border-color: rgb(71,95,252); }

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