#3543F8

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

Shades of Neon Blue #3543F8

Tints of Neon Blue #3543F8

Color information

#3543F8 (or 0x3543F8) is unknown color: approx Neon Blue. HEX triplet: 35, 43 and F8. RGB value is (53,67,248). Sum of RGB (Red+Green+Blue) = 53+67+248=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 248 (97.27% from 255 or 67.39% from 368); Max value from RGB is 248 - color contains mainly: blue. Hex color #3543F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3543F8 is #CABC07. Grayscale: #525252. Windows color (decimal): -13286408 or 16270133. OLE color: 16270133.

HSL color Cylindrical-coordinate representation of color #3543F8: hue angle of 235.69º 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 #3543F8 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5367248-
CMYK0.790.7300.03
HSL235.69º93.3%59.02%-
HSV(B)235.69º78.63%97.25%-
XYZ20.4211.5589.96-
YUV83.45220.86106.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.40%
GREEN value IS 67 (26.56% from 255) = 18.21%
BLUE value IS 248 (97.27% from 255) = 67.39%
R=14.40%
G=18.21%
B=67.39%

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
Decimal53672480.790.7300.03235.6993.359.02
Hex3543F84F4903ec5d3b
Octal651033701171110335413573
Binary11010110000111111100010011111001001011111011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3543F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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