Html Css Color HEX #5352FC Neon Blue

📋 copy color: '#5352FC'

red 83 ◦ green 82 ◦ blue 252

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

Shades of Neon Blue #5352FC

Tints of Neon Blue #5352FC

RGB

 RED value IS 83 (32.81% from 255) = 19.9%

 GREEN value IS 82 (32.42% from 255) = 19.66%

 BLUE value IS 252 (98.83% from 255) = 60.43%

R = 19.9%
G = 19.66%
B = 60.43%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5352FC (or 0x5352FC) is known color: Neon Blue. HEX triplet: 53, 52 and FC. RGB value is (83,82,252). Sum of RGB (Red+Green+Blue) = 83+82+252=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #5352FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5352FC is #ACAD03. Grayscale: #656565. Windows color (decimal): -11316484 or 16536147. OLE color: 16536147.

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

Color convert

RGB 83 82 252 -
CMYK 0.67 0.67 0 0.01
HSL 240.35º 0.97% 0.65% -
HSV(B) 240.35º 0.67% 0.99% -
XYZ 24.16 14.9 93.7 -
YUV 101.68 212.83 114.68 -
System Red Green Blue C M Y K H S L
Decimal 83 82 252 0.67 0.67 0 0.01 240.35 0.97 0.65
Hex 53 52 FC 43 43 0 1 F0 61 41
Octal 123 122 374 103 103 0 1 360 141 101
Binary 1010011 1010010 11111100 1000011 1000011 0 1 11110000 1100001 1000001

Color Harmonies of #5352FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5352FC

Black with #5352FC

Text Example


Text Example

White with #5352FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5352FC;
 }
 .AnyTagClassName
 {
   color: #5352FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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