Html Css Color HEX #5D5AF9 Neon Blue

📋 copy color: '#5D5AF9'

red 93 ◦ green 90 ◦ blue 249

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

Shades of Neon Blue #5D5AF9

Tints of Neon Blue #5D5AF9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

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

R = 21.53%
G = 20.83%
B = 57.64%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5D5AF9 (or 0x5D5AF9) is known color: Neon Blue. HEX triplet: 5D, 5A and F9. RGB value is (93,90,249). Sum of RGB (Red+Green+Blue) = 93+90+249=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #5D5AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5AF9 is #A2A506. Grayscale: #6C6C6C. Windows color (decimal): -10659079 or 16341597. OLE color: 16341597.

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

Color convert

RGB 93 90 249 -
CMYK 0.63 0.64 0 0.02
HSL 241.13º 0.93% 0.66% -
HSV(B) 241.13º 0.64% 0.98% -
XYZ 25.27 16.48 91.47 -
YUV 109.02 206.99 116.57 -
System Red Green Blue C M Y K H S L
Decimal 93 90 249 0.63 0.64 0 0.02 241.13 0.93 0.66
Hex 5D 5A F9 3F 40 0 2 F1 5D 42
Octal 135 132 371 77 100 0 2 361 135 102
Binary 1011101 1011010 11111001 111111 1000000 0 10 11110001 1011101 1000010

Color Harmonies of #5D5AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5AF9

Black with #5D5AF9

Text Example


Text Example

White with #5D5AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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