Html Css Color HEX #5D64FE Neon Blue

📋 copy color: '#5D64FE'

red 93 ◦ green 100 ◦ blue 254

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

Shades of Neon Blue #5D64FE

Tints of Neon Blue #5D64FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 20.81%
G = 22.37%
B = 56.82%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5D64FE (or 0x5D64FE) is known color: Neon Blue. HEX triplet: 5D, 64 and FE. RGB value is (93,100,254). Sum of RGB (Red+Green+Blue) = 93+100+254=447 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.81% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D64FE is #A29B01. Grayscale: #727272. Windows color (decimal): -10656514 or 16671837. OLE color: 16671837.

HSL color Cylindrical-coordinate representation of color #5D64FE: hue angle of 237.39º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D64FE is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 93 100 254 -
CMYK 0.63 0.61 0 0.00
HSL 237.39º 0.99% 0.68% -
HSV(B) 237.39º 0.63% 1% -
XYZ 26.96 18.6 95.93 -
YUV 115.46 206.18 111.98 -
System Red Green Blue C M Y K H S L
Decimal 93 100 254 0.63 0.61 0 0.00 237.39 0.99 0.68
Hex 5D 64 FE 3F 3D 0 0 ED 63 44
Octal 135 144 376 77 75 0 0 355 143 104
Binary 1011101 1100100 11111110 111111 111101 0 0 11101101 1100011 1000100

Color Harmonies of #5D64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D64FE

Black with #5D64FE

Text Example


Text Example

White with #5D64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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