#475bf1

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

Shades of Neon Blue #475BF1

Tints of Neon Blue #475BF1

Color information

#475BF1 (or 0x475BF1) is unknown color: approx Neon Blue. HEX triplet: 47, 5B and F1. RGB value is (71,91,241). Sum of RGB (Red+Green+Blue) = 71+91+241=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 241 (94.53% from 255 or 59.80% from 403); Max value from RGB is 241 - color contains mainly: blue. Hex color #475BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475BF1 is #B8A40E. Grayscale: #656565. Windows color (decimal): -12100623 or 15817543. OLE color: 15817543.

HSL color Cylindrical-coordinate representation of color #475BF1: hue angle of 232.94º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #475BF1 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7191241-
CMYK0.710.6200.05
HSL232.94º85.86%61.18%-
HSV(B)232.94º70.54%94.51%-
XYZ22.2215.1784.98-
YUV102.12206.37105.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.62%
GREEN value IS 91 (35.94% from 255) = 22.58%
BLUE value IS 241 (94.53% from 255) = 59.80%
R=17.62%
G=22.58%
B=59.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal71912410.710.6200.05232.9485.8661.18
Hex475BF1473E05e9563d
Octal107133361107760535112675
Binary100011110110111111000110001111111100101111010011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475bf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,91,241); }

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

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

 a { background-color: rgb(71,91,241); }

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

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

 span { border-color: rgb(71,91,241); }

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