Html Css Color HEX #5156EF Neon Blue

📋 copy color: '#5156EF'

red 81 ◦ green 86 ◦ blue 239

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

Shades of Neon Blue #5156EF

Tints of Neon Blue #5156EF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.18%

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

R = 19.95%
G = 21.18%
B = 58.87%

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

#5156EF (or 0x5156EF) is known color: Neon Blue. HEX triplet: 51, 56 and EF. RGB value is (81,86,239). Sum of RGB (Red+Green+Blue) = 81+86+239=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #5156EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5156EF is #AEA910. Grayscale: #656565. Windows color (decimal): -11446545 or 15685201. OLE color: 15685201.

HSL color Cylindrical-coordinate representation of color #5156EF: hue angle of 238.1º 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 #5156EF is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 86 239 -
CMYK 0.66 0.64 0 0.06
HSL 238.1º 0.83% 0.63% -
HSV(B) 238.1º 0.66% 0.94% -
XYZ 22.3 14.64 83.31 -
YUV 101.95 205.34 113.06 -
System Red Green Blue C M Y K H S L
Decimal 81 86 239 0.66 0.64 0 0.06 238.1 0.83 0.63
Hex 51 56 EF 42 40 0 6 EE 53 3F
Octal 121 126 357 102 100 0 6 356 123 77
Binary 1010001 1010110 11101111 1000010 1000000 0 110 11101110 1010011 111111

Color Harmonies of #5156EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5156EF

Black with #5156EF

Text Example


Text Example

White with #5156EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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