Html Css Color HEX #5352FD Neon Blue

📋 copy color: '#5352FD'

red 83 ◦ green 82 ◦ blue 253

#5352FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5352FD

Tints of Neon Blue #5352FD

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 value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5352FD (or 0x5352FD) is known color: 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

RGB 83 82 253 -
CMYK 0.67 0.68 0 0.01
HSL 240.35º 0.98% 0.66% -
HSV(B) 240.35º 0.68% 0.99% -
XYZ 24.31 14.97 94.54 -
YUV 101.79 213.33 114.6 -
System Red Green Blue C M Y K H S L
Decimal 83 82 253 0.67 0.68 0 0.01 240.35 0.98 0.66
Hex 53 52 FD 43 44 0 1 F0 62 42
Octal 123 122 375 103 104 0 1 360 142 102
Binary 1010011 1010010 11111101 1000011 1000100 0 1 11110000 1100010 1000010

Color Harmonies of #5352FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5352FD

Black with #5352FD

Text Example


Text Example

White with #5352FD

Text Example


Text Example

HTML Codes & Css Web 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>