#5352FD

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

Shades of Neon Blue #5352FD

Tints of Neon Blue #5352FD

Color information

#5352FD (or 0x5352FD) is unknown color: approx Neon Blue. HEX triplet: 53, 52 and FD. RGB value is (83,82,253). Sum of RGB (Red+Green+Blue) = 83+82+253=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #5352FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5352FD is #ACAD02. Grayscale: #656565. Windows color (decimal): -11316483 or 16601683. OLE color: 16601683.

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

Color convert

RGB8382253-
CMYK0.670.6800.01
HSL240.35º97.71%65.69%-
HSV(B)240.35º67.59%99.22%-
XYZ24.3114.9794.54-
YUV101.79213.33114.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.86%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 253 (99.22% from 255) = 60.53%
R=19.86%
G=19.62%
B=60.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal83822530.670.6800.01240.3597.7165.69
Hex5352FD434401f06242
Octal12312237510310401360142102
Binary101001110100101111110110000111000100011111000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5352FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,82,253); }

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

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

 a { background-color: rgb(83,82,253); }

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

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

 span { border-color: rgb(83,82,253); }

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