#3547F2

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

Shades of Neon Blue #3547F2

Tints of Neon Blue #3547F2

Color information

#3547F2 (or 0x3547F2) is unknown color: approx Neon Blue. HEX triplet: 35, 47 and F2. RGB value is (53,71,242). Sum of RGB (Red+Green+Blue) = 53+71+242=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 242 (94.92% from 255 or 66.12% from 366); Max value from RGB is 242 - color contains mainly: blue. Hex color #3547F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3547F2 is #CAB80D. Grayscale: #545454. Windows color (decimal): -13285390 or 15877941. OLE color: 15877941.

HSL color Cylindrical-coordinate representation of color #3547F2: hue angle of 234.29º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3547F2 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5371242-
CMYK0.780.7100.05
HSL234.29º87.91%57.84%-
HSV(B)234.29º78.1%94.9%-
XYZ19.7511.6785.22-
YUV85.11216.54105.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.48%
GREEN value IS 71 (28.12% from 255) = 19.40%
BLUE value IS 242 (94.92% from 255) = 66.12%
R=14.48%
G=19.40%
B=66.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53712420.780.7100.05234.2987.9157.84
Hex3547F24E4705ea583a
Octal651073621161070535213072
Binary110101100011111110010100111010001110101111010101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3547F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3547F2; }

 p { color: rgb(53,71,242); }

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

<style>
 a { background-color: #3547F2; }

 a { background-color: rgb(53,71,242); }

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

<style>
 span { border-color: #3547F2; }

 span { border-color: rgb(53,71,242); }

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