Html Css Color HEX #5D5AFC Neon Blue

📋 copy color: '#5D5AFC'

red 93 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #5D5AFC

Tints of Neon Blue #5D5AFC

RGB

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

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

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

R = 21.38%
G = 20.69%
B = 57.93%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D5AFC (or 0x5D5AFC) is known color: Neon Blue. HEX triplet: 5D, 5A and FC. RGB value is (93,90,252). Sum of RGB (Red+Green+Blue) = 93+90+252=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D5AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5AFC is #A2A503. Grayscale: #6C6C6C. Windows color (decimal): -10659076 or 16538205. OLE color: 16538205.

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

Color convert

RGB 93 90 252 -
CMYK 0.63 0.64 0 0.01
HSL 241.11º 0.96% 0.67% -
HSV(B) 241.11º 0.64% 0.99% -
XYZ 25.74 16.67 93.96 -
YUV 109.37 208.49 116.33 -
System Red Green Blue C M Y K H S L
Decimal 93 90 252 0.63 0.64 0 0.01 241.11 0.96 0.67
Hex 5D 5A FC 3F 40 0 1 F1 60 43
Octal 135 132 374 77 100 0 1 361 140 103
Binary 1011101 1011010 11111100 111111 1000000 0 1 11110001 1100000 1000011

Color Harmonies of #5D5AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5AFC

Black with #5D5AFC

Text Example


Text Example

White with #5D5AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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