Html Css Color HEX #5157EF Neon Blue

📋 copy color: '#5157EF'

red 81 ◦ green 87 ◦ blue 239

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

Shades of Neon Blue #5157EF

Tints of Neon Blue #5157EF

RGB

 RED value IS 81 (32.03% from 255) = 19.9%

 GREEN value IS 87 (34.38% from 255) = 21.38%

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

R = 19.9%
G = 21.38%
B = 58.72%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5157EF (or 0x5157EF) is known color: Neon Blue. HEX triplet: 51, 57 and EF. RGB value is (81,87,239). Sum of RGB (Red+Green+Blue) = 81+87+239=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #5157EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5157EF is #AEA810. Grayscale: #656565. Windows color (decimal): -11446289 or 15685457. OLE color: 15685457.

HSL color Cylindrical-coordinate representation of color #5157EF: hue angle of 237.72º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5157EF is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 87 239 -
CMYK 0.66 0.64 0 0.06
HSL 237.72º 0.83% 0.63% -
HSV(B) 237.72º 0.66% 0.94% -
XYZ 22.38 14.8 83.34 -
YUV 102.53 205.01 112.64 -
System Red Green Blue C M Y K H S L
Decimal 81 87 239 0.66 0.64 0 0.06 237.72 0.83 0.63
Hex 51 57 EF 42 40 0 6 EE 53 3F
Octal 121 127 357 102 100 0 6 356 123 77
Binary 1010001 1010111 11101111 1000010 1000000 0 110 11101110 1010011 111111

Color Harmonies of #5157EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5157EF

Black with #5157EF

Text Example


Text Example

White with #5157EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5157EF; }

 p { color: rgb(81,87,239); }

 H1.HeaderClassName
 {
   color: #5157EF;
 }
 .AnyTagClassName
 {
   color: #5157EF;
 }
</style>

background-color css

<style>
 a { background-color: #5157EF; }

 a { background-color: rgb(81,87,239); }

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

border-color css

<style>
 span { border-color: #5157EF; }

 span { border-color: rgb(81,87,239); }

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