Html Css Color HEX #5D59FC Neon Blue

📋 copy color: '#5D59FC'

red 93 ◦ green 89 ◦ blue 252

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

Shades of Neon Blue #5D59FC

Tints of Neon Blue #5D59FC

RGB

 RED value IS 93 (36.72% from 255) = 21.43%

 GREEN value IS 89 (35.16% from 255) = 20.51%

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

R = 21.43%
G = 20.51%
B = 58.06%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D59FC (or 0x5D59FC) is known color: Neon Blue. HEX triplet: 5D, 59 and FC. RGB value is (93,89,252). Sum of RGB (Red+Green+Blue) = 93+89+252=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D59FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D59FC is #A2A603. Grayscale: #6C6C6C. Windows color (decimal): -10659332 or 16537949. OLE color: 16537949.

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

Color convert

RGB 93 89 252 -
CMYK 0.63 0.65 0 0.01
HSL 241.47º 0.96% 0.67% -
HSV(B) 241.47º 0.65% 0.99% -
XYZ 25.66 16.5 93.93 -
YUV 108.78 208.83 116.75 -
System Red Green Blue C M Y K H S L
Decimal 93 89 252 0.63 0.65 0 0.01 241.47 0.96 0.67
Hex 5D 59 FC 3F 41 0 1 F1 60 43
Octal 135 131 374 77 101 0 1 361 140 103
Binary 1011101 1011001 11111100 111111 1000001 0 1 11110001 1100000 1000011

Color Harmonies of #5D59FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D59FC

Black with #5D59FC

Text Example


Text Example

White with #5D59FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D59FC; }

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

 H1.HeaderClassName
 {
   color: #5D59FC;
 }
 .AnyTagClassName
 {
   color: #5D59FC;
 }
</style>

background-color css

<style>
 a { background-color: #5D59FC; }

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

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

border-color css

<style>
 span { border-color: #5D59FC; }

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

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