Html Css Color HEX #5D64EF Neon Blue

📋 copy color: '#5D64EF'

red 93 ◦ green 100 ◦ blue 239

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

Shades of Neon Blue #5D64EF

Tints of Neon Blue #5D64EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.15%

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 21.53%
G = 23.15%
B = 55.32%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5D64EF (or 0x5D64EF) is known color: Neon Blue. HEX triplet: 5D, 64 and EF. RGB value is (93,100,239). Sum of RGB (Red+Green+Blue) = 93+100+239=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D64EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D64EF is #A29B10. Grayscale: #717171. Windows color (decimal): -10656529 or 15688797. OLE color: 15688797.

HSL color Cylindrical-coordinate representation of color #5D64EF: hue angle of 237.12º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D64EF is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 93 100 239 -
CMYK 0.61 0.58 0 0.06
HSL 237.12º 0.82% 0.65% -
HSV(B) 237.12º 0.61% 0.94% -
XYZ 24.65 17.67 83.77 -
YUV 113.75 198.68 113.2 -
System Red Green Blue C M Y K H S L
Decimal 93 100 239 0.61 0.58 0 0.06 237.12 0.82 0.65
Hex 5D 64 EF 3D 3A 0 6 ED 52 41
Octal 135 144 357 75 72 0 6 355 122 101
Binary 1011101 1100100 11101111 111101 111010 0 110 11101101 1010010 1000001

Color Harmonies of #5D64EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D64EF

Black with #5D64EF

Text Example


Text Example

White with #5D64EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,100,239); }

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

background-color css

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

 a { background-color: rgb(93,100,239); }

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

border-color css

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

 span { border-color: rgb(93,100,239); }

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