#3542FD

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

Shades of Neon Blue #3542FD

Tints of Neon Blue #3542FD

Color information

#3542FD (or 0x3542FD) is unknown color: approx Neon Blue. HEX triplet: 35, 42 and FD. RGB value is (53,66,253). Sum of RGB (Red+Green+Blue) = 53+66+253=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #3542FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3542FD is #CABD02. Grayscale: #525252. Windows color (decimal): -13286659 or 16597557. OLE color: 16597557.

HSL color Cylindrical-coordinate representation of color #3542FD: hue angle of 236.1º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3542FD is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5366253-
CMYK0.790.7400.01
HSL236.1º98.04%60%-
HSV(B)236.1º79.05%99.22%-
XYZ21.1511.7594.08-
YUV83.43223.69106.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.25%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 253 (99.22% from 255) = 68.01%
R=14.25%
G=17.74%
B=68.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal53662530.790.7400.01236.198.0460
Hex3542FD4F4A01ec623c
Octal651023751171120135414274
Binary1101011000010111111011001111100101001111011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3542FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3542FD; }

 p { color: rgb(53,66,253); }

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

<style>
 a { background-color: #3542FD; }

 a { background-color: rgb(53,66,253); }

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

<style>
 span { border-color: #3542FD; }

 span { border-color: rgb(53,66,253); }

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