Html Css Color HEX #5D5AF4 Neon Blue

📋 copy color: '#5D5AF4'

red 93 ◦ green 90 ◦ blue 244

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

Shades of Neon Blue #5D5AF4

Tints of Neon Blue #5D5AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 57.14%

R = 21.78%
G = 21.08%
B = 57.14%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5D5AF4 (or 0x5D5AF4) is known color: Neon Blue. HEX triplet: 5D, 5A and F4. RGB value is (93,90,244). Sum of RGB (Red+Green+Blue) = 93+90+244=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 244 (95.70% from 255 or 57.14% from 427); Max value from RGB is 244 - color contains mainly: blue. Hex color #5D5AF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5AF4 is #A2A50B. Grayscale: #6B6B6B. Windows color (decimal): -10659084 or 16013917. OLE color: 16013917.

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

Color convert

RGB 93 90 244 -
CMYK 0.62 0.63 0 0.04
HSL 241.17º 0.88% 0.65% -
HSV(B) 241.17º 0.63% 0.96% -
XYZ 24.5 16.17 87.42 -
YUV 108.45 204.49 116.98 -
System Red Green Blue C M Y K H S L
Decimal 93 90 244 0.62 0.63 0 0.04 241.17 0.88 0.65
Hex 5D 5A F4 3E 3F 0 4 F1 58 41
Octal 135 132 364 76 77 0 4 361 130 101
Binary 1011101 1011010 11110100 111110 111111 0 100 11110001 1011000 1000001

Color Harmonies of #5D5AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5AF4

Black with #5D5AF4

Text Example


Text Example

White with #5D5AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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