Html Css Color HEX #5D4FFD Neon Blue

📋 copy color: '#5D4FFD'

red 93 ◦ green 79 ◦ blue 253

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

Shades of Neon Blue #5D4FFD

Tints of Neon Blue #5D4FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.59%

 BLUE value IS 253 (99.22% from 255) = 59.53%

R = 21.88%
G = 18.59%
B = 59.53%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D4FFD (or 0x5D4FFD) is known color: Neon Blue. HEX triplet: 5D, 4F and FD. RGB value is (93,79,253). Sum of RGB (Red+Green+Blue) = 93+79+253=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D4FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D4FFD is #A2B002. Grayscale: #666666. Windows color (decimal): -10661891 or 16600925. OLE color: 16600925.

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

Color convert

RGB 93 79 253 -
CMYK 0.63 0.69 0 0.01
HSL 244.83º 0.98% 0.65% -
HSV(B) 244.83º 0.69% 0.99% -
XYZ 25.04 15.01 94.51 -
YUV 103.02 212.64 120.85 -
System Red Green Blue C M Y K H S L
Decimal 93 79 253 0.63 0.69 0 0.01 244.83 0.98 0.65
Hex 5D 4F FD 3F 45 0 1 F5 62 41
Octal 135 117 375 77 105 0 1 365 142 101
Binary 1011101 1001111 11111101 111111 1000101 0 1 11110101 1100010 1000001

Color Harmonies of #5D4FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4FFD

Black with #5D4FFD

Text Example


Text Example

White with #5D4FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,79,253); }

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

background-color css

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

 a { background-color: rgb(93,79,253); }

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

border-color css

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

 span { border-color: rgb(93,79,253); }

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