Html Css Color HEX #5D5FED Neon Blue

📋 copy color: '#5D5FED'

red 93 ◦ green 95 ◦ blue 237

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

Shades of Neon Blue #5D5FED

Tints of Neon Blue #5D5FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.35%

 BLUE value IS 237 (92.97% from 255) = 55.76%

R = 21.88%
G = 22.35%
B = 55.76%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D5FED (or 0x5D5FED) is known color: Neon Blue. HEX triplet: 5D, 5F and ED. RGB value is (93,95,237). Sum of RGB (Red+Green+Blue) = 93+95+237=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D5FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D5FED is #A2A012. Grayscale: #6E6E6E. Windows color (decimal): -10657811 or 15556445. OLE color: 15556445.

HSL color Cylindrical-coordinate representation of color #5D5FED: hue angle of 239.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D5FED is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 95 237 -
CMYK 0.61 0.60 0 0.07
HSL 239.17º 0.8% 0.65% -
HSV(B) 239.17º 0.61% 0.93% -
XYZ 23.89 16.63 82.07 -
YUV 110.59 199.34 115.45 -
System Red Green Blue C M Y K H S L
Decimal 93 95 237 0.61 0.60 0 0.07 239.17 0.8 0.65
Hex 5D 5F ED 3D 3C 0 7 EF 50 41
Octal 135 137 355 75 74 0 7 357 120 101
Binary 1011101 1011111 11101101 111101 111100 0 111 11101111 1010000 1000001

Color Harmonies of #5D5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5FED

Black with #5D5FED

Text Example


Text Example

White with #5D5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,95,237); }

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

background-color css

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

 a { background-color: rgb(93,95,237); }

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

border-color css

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

 span { border-color: rgb(93,95,237); }

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