#474DF7

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

Shades of Neon Blue #474DF7

Tints of Neon Blue #474DF7

Color information

#474DF7 (or 0x474DF7) is unknown color: approx Neon Blue. HEX triplet: 47, 4D and F7. RGB value is (71,77,247). Sum of RGB (Red+Green+Blue) = 71+77+247=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 247 (96.88% from 255 or 62.53% from 395); Max value from RGB is 247 - color contains mainly: blue. Hex color #474DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474DF7 is #B8B208. Grayscale: #5D5D5D. Windows color (decimal): -12104201 or 16207175. OLE color: 16207175.

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

Color convert

RGB7177247-
CMYK0.710.6900.03
HSL237.95º91.67%62.35%-
HSV(B)237.95º71.26%96.86%-
XYZ22.0413.3689.41-
YUV94.59214.01111.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.97%
GREEN value IS 77 (30.47% from 255) = 19.49%
BLUE value IS 247 (96.88% from 255) = 62.53%
R=17.97%
G=19.49%
B=62.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal71772470.710.6900.03237.9591.6762.35
Hex474DF7474503ee5c3e
Octal1071153671071050335613476
Binary100011110011011111011110001111000101011111011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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