Html Css Color HEX #5E51F7 Neon Blue

📋 copy color: '#5E51F7'

red 94 ◦ green 81 ◦ blue 247

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

Shades of Neon Blue #5E51F7

Tints of Neon Blue #5E51F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 58.53%

R = 22.27%
G = 19.19%
B = 58.53%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5E51F7 (or 0x5E51F7) is known color: Neon Blue. HEX triplet: 5E, 51 and F7. RGB value is (94,81,247). Sum of RGB (Red+Green+Blue) = 94+81+247=422 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.27% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #5E51F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E51F7 is #A1AE08. Grayscale: #676767. Windows color (decimal): -10595849 or 16208222. OLE color: 16208222.

HSL color Cylindrical-coordinate representation of color #5E51F7: hue angle of 244.7º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E51F7 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 94 81 247 -
CMYK 0.62 0.67 0 0.03
HSL 244.7º 0.91% 0.64% -
HSV(B) 244.7º 0.67% 0.97% -
XYZ 24.35 14.98 89.6 -
YUV 103.81 208.81 121 -
System Red Green Blue C M Y K H S L
Decimal 94 81 247 0.62 0.67 0 0.03 244.7 0.91 0.64
Hex 5E 51 F7 3E 43 0 3 F5 5B 40
Octal 136 121 367 76 103 0 3 365 133 100
Binary 1011110 1010001 11110111 111110 1000011 0 11 11110101 1011011 1000000

Color Harmonies of #5E51F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E51F7

Black with #5E51F7

Text Example


Text Example

White with #5E51F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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