Html Css Color HEX #5353FC Neon Blue

📋 copy color: '#5353FC'

red 83 ◦ green 83 ◦ blue 252

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

Shades of Neon Blue #5353FC

Tints of Neon Blue #5353FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

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

R = 19.86%
G = 19.86%
B = 60.29%

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

#5353FC (or 0x5353FC) is known color: Neon Blue. HEX triplet: 53, 53 and FC. RGB value is (83,83,252). Sum of RGB (Red+Green+Blue) = 83+83+252=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #5353FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5353FC is #ACAC03. Grayscale: #656565. Windows color (decimal): -11316228 or 16536403. OLE color: 16536403.

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

Color convert

RGB 83 83 252 -
CMYK 0.67 0.67 0 0.01
HSL 240º 0.97% 0.66% -
HSV(B) 240º 0.67% 0.99% -
XYZ 24.23 15.05 93.72 -
YUV 102.27 212.5 114.26 -
System Red Green Blue C M Y K H S L
Decimal 83 83 252 0.67 0.67 0 0.01 240 0.97 0.66
Hex 53 53 FC 43 43 0 1 F0 61 42
Octal 123 123 374 103 103 0 1 360 141 102
Binary 1010011 1010011 11111100 1000011 1000011 0 1 11110000 1100001 1000010

Color Harmonies of #5353FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5353FC

Black with #5353FC

Text Example


Text Example

White with #5353FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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