Html Css Color HEX #5953FC Neon Blue

📋 copy color: '#5953FC'

red 89 ◦ green 83 ◦ blue 252

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

Shades of Neon Blue #5953FC

Tints of Neon Blue #5953FC

RGB

 RED value IS 89 (35.16% from 255) = 20.99%

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

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

R = 20.99%
G = 19.58%
B = 59.43%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5953FC (or 0x5953FC) is known color: Neon Blue. HEX triplet: 59, 53 and FC. RGB value is (89,83,252). Sum of RGB (Red+Green+Blue) = 89+83+252=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #5953FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5953FC is #A6AC03. Grayscale: #676767. Windows color (decimal): -10923012 or 16536409. OLE color: 16536409.

HSL color Cylindrical-coordinate representation of color #5953FC: hue angle of 242.13º 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 #5953FC is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 83 252 -
CMYK 0.65 0.67 0 0.01
HSL 242.13º 0.97% 0.66% -
HSV(B) 242.13º 0.67% 0.99% -
XYZ 24.78 15.34 93.75 -
YUV 104.06 211.49 117.26 -
System Red Green Blue C M Y K H S L
Decimal 89 83 252 0.65 0.67 0 0.01 242.13 0.97 0.66
Hex 59 53 FC 41 43 0 1 F2 61 42
Octal 131 123 374 101 103 0 1 362 141 102
Binary 1011001 1010011 11111100 1000001 1000011 0 1 11110010 1100001 1000010

Color Harmonies of #5953FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5953FC

Black with #5953FC

Text Example


Text Example

White with #5953FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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