Html Css Color HEX #5E51FE Neon Blue

📋 copy color: '#5E51FE'

red 94 ◦ green 81 ◦ blue 254

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

Shades of Neon Blue #5E51FE

Tints of Neon Blue #5E51FE

RGB

 RED value IS 94 (37.11% from 255) = 21.91%

 GREEN value IS 81 (32.03% from 255) = 18.88%

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

R = 21.91%
G = 18.88%
B = 59.21%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5E51FE (or 0x5E51FE) is known color: Neon Blue. HEX triplet: 5E, 51 and FE. RGB value is (94,81,254). Sum of RGB (Red+Green+Blue) = 94+81+254=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E51FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E51FE is #A1AE01. Grayscale: #676767. Windows color (decimal): -10595842 or 16666974. OLE color: 16666974.

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

Color convert

RGB 94 81 254 -
CMYK 0.63 0.68 0 0.00
HSL 244.51º 0.99% 0.66% -
HSV(B) 244.51º 0.68% 1% -
XYZ 25.45 15.42 95.4 -
YUV 104.61 212.31 120.43 -
System Red Green Blue C M Y K H S L
Decimal 94 81 254 0.63 0.68 0 0.00 244.51 0.99 0.66
Hex 5E 51 FE 3F 44 0 0 F5 63 42
Octal 136 121 376 77 104 0 0 365 143 102
Binary 1011110 1010001 11111110 111111 1000100 0 0 11110101 1100011 1000010

Color Harmonies of #5E51FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E51FE

Black with #5E51FE

Text Example


Text Example

White with #5E51FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,81,254); }

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

background-color css

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

 a { background-color: rgb(94,81,254); }

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

border-color css

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

 span { border-color: rgb(94,81,254); }

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