Html Css Color HEX #5E51FA Neon Blue

📋 copy color: '#5E51FA'

red 94 ◦ green 81 ◦ blue 250

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

Shades of Neon Blue #5E51FA

Tints of Neon Blue #5E51FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.82%

R = 22.12%
G = 19.06%
B = 58.82%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E51FA (or 0x5E51FA) is known color: Neon Blue. HEX triplet: 5E, 51 and FA. RGB value is (94,81,250). Sum of RGB (Red+Green+Blue) = 94+81+250=425 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.12% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E51FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E51FA is #A1AE05. Grayscale: #676767. Windows color (decimal): -10595846 or 16404830. OLE color: 16404830.

HSL color Cylindrical-coordinate representation of color #5E51FA: hue angle of 244.62º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E51FA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 81 250 -
CMYK 0.62 0.68 0 0.02
HSL 244.62º 0.94% 0.65% -
HSV(B) 244.62º 0.68% 0.98% -
XYZ 24.81 15.17 92.06 -
YUV 104.15 210.31 120.76 -
System Red Green Blue C M Y K H S L
Decimal 94 81 250 0.62 0.68 0 0.02 244.62 0.94 0.65
Hex 5E 51 FA 3E 44 0 2 F5 5E 41
Octal 136 121 372 76 104 0 2 365 136 101
Binary 1011110 1010001 11111010 111110 1000100 0 10 11110101 1011110 1000001

Color Harmonies of #5E51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E51FA

Black with #5E51FA

Text Example


Text Example

White with #5E51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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