#3542F8

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

Shades of Neon Blue #3542F8

Tints of Neon Blue #3542F8

Color information

#3542F8 (or 0x3542F8) is unknown color: approx Neon Blue. HEX triplet: 35, 42 and F8. RGB value is (53,66,248). Sum of RGB (Red+Green+Blue) = 53+66+248=367 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.44% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 248 (97.27% from 255 or 67.57% from 367); Max value from RGB is 248 - color contains mainly: blue. Hex color #3542F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3542F8 is #CABD07. Grayscale: #525252. Windows color (decimal): -13286664 or 16269877. OLE color: 16269877.

HSL color Cylindrical-coordinate representation of color #3542F8: hue angle of 236º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3542F8 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5366248-
CMYK0.790.7300.03
HSL236º93.3%59.02%-
HSV(B)236º78.63%97.25%-
XYZ20.3611.4389.94-
YUV82.86221.19106.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.44%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 248 (97.27% from 255) = 67.57%
R=14.44%
G=17.98%
B=67.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal53662480.790.7300.0323693.359.02
Hex3542F84F4903ec5d3b
Octal651023701171110335413573
Binary11010110000101111100010011111001001011111011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3542F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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