Html Css Color HEX #5D57F9 Neon Blue

📋 copy color: '#5D57F9'

red 93 ◦ green 87 ◦ blue 249

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

Shades of Neon Blue #5D57F9

Tints of Neon Blue #5D57F9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.28%

 BLUE value IS 249 (97.66% from 255) = 58.04%

R = 21.68%
G = 20.28%
B = 58.04%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D57F9 (or 0x5D57F9) is known color: Neon Blue. HEX triplet: 5D, 57 and F9. RGB value is (93,87,249). Sum of RGB (Red+Green+Blue) = 93+87+249=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #5D57F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D57F9 is #A2A806. Grayscale: #6A6A6A. Windows color (decimal): -10659847 or 16340829. OLE color: 16340829.

HSL color Cylindrical-coordinate representation of color #5D57F9: hue angle of 242.22º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D57F9 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 93 87 249 -
CMYK 0.63 0.65 0 0.02
HSL 242.22º 0.93% 0.66% -
HSV(B) 242.22º 0.65% 0.98% -
XYZ 25.02 15.98 91.39 -
YUV 107.26 207.99 117.83 -
System Red Green Blue C M Y K H S L
Decimal 93 87 249 0.63 0.65 0 0.02 242.22 0.93 0.66
Hex 5D 57 F9 3F 41 0 2 F2 5D 42
Octal 135 127 371 77 101 0 2 362 135 102
Binary 1011101 1010111 11111001 111111 1000001 0 10 11110010 1011101 1000010

Color Harmonies of #5D57F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D57F9

Black with #5D57F9

Text Example


Text Example

White with #5D57F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,87,249); }

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

background-color css

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

 a { background-color: rgb(93,87,249); }

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

border-color css

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

 span { border-color: rgb(93,87,249); }

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