Html Css Color HEX #5151EB Neon Blue

📋 copy color: '#5151EB'

red 81 ◦ green 81 ◦ blue 235

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

Shades of Neon Blue #5151EB

Tints of Neon Blue #5151EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 20.4%
G = 20.4%
B = 59.19%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5151EB (or 0x5151EB) is known color: Neon Blue. HEX triplet: 51, 51 and EB. RGB value is (81,81,235). Sum of RGB (Red+Green+Blue) = 81+81+235=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #5151EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5151EB is #AEAE14. Grayscale: #616161. Windows color (decimal): -11447829 or 15421777. OLE color: 15421777.

HSL color Cylindrical-coordinate representation of color #5151EB: hue angle of 240º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5151EB is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 81 235 -
CMYK 0.66 0.66 0 0.08
HSL 240º 0.79% 0.62% -
HSV(B) 240º 0.66% 0.92% -
XYZ 21.33 13.63 80.1 -
YUV 98.56 205 115.48 -
System Red Green Blue C M Y K H S L
Decimal 81 81 235 0.66 0.66 0 0.08 240 0.79 0.62
Hex 51 51 EB 42 42 0 8 F0 4F 3E
Octal 121 121 353 102 102 0 10 360 117 76
Binary 1010001 1010001 11101011 1000010 1000010 0 1000 11110000 1001111 111110

Color Harmonies of #5151EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5151EB

Black with #5151EB

Text Example


Text Example

White with #5151EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5151EB; }

 p { color: rgb(81,81,235); }

 H1.HeaderClassName
 {
   color: #5151EB;
 }
 .AnyTagClassName
 {
   color: #5151EB;
 }
</style>

background-color css

<style>
 a { background-color: #5151EB; }

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

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

border-color css

<style>
 span { border-color: #5151EB; }

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

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