#474CFA

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

Shades of Neon Blue #474CFA

Tints of Neon Blue #474CFA

Color information

#474CFA (or 0x474CFA) is unknown color: approx Neon Blue. HEX triplet: 47, 4C and FA. RGB value is (71,76,250). Sum of RGB (Red+Green+Blue) = 71+76+250=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #474CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474CFA is #B8B305. Grayscale: #5D5D5D. Windows color (decimal): -12104454 or 16403527. OLE color: 16403527.

HSL color Cylindrical-coordinate representation of color #474CFA: hue angle of 238.32º degrees, saturation: 0.95, 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 #474CFA is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB7176250-
CMYK0.720.7000.02
HSL238.32º94.71%62.94%-
HSV(B)238.32º71.6%98.04%-
XYZ22.4413.4191.85-
YUV94.34215.84111.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.88%
GREEN value IS 76 (30.08% from 255) = 19.14%
BLUE value IS 250 (98.05% from 255) = 62.97%
R=17.88%
G=19.14%
B=62.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal71762500.720.7000.02238.3294.7162.94
Hex474CFA484602ee5f3f
Octal1071143721101060235613777
Binary100011110011001111101010010001000110010111011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,76,250); }

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

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

 a { background-color: rgb(71,76,250); }

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

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

 span { border-color: rgb(71,76,250); }

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