Html Css Color HEX #515BEC Neon Blue

📋 copy color: '#515BEC'

red 81 ◦ green 91 ◦ blue 236

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

Shades of Neon Blue #515BEC

Tints of Neon Blue #515BEC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

 BLUE value IS 236 (92.58% from 255) = 57.84%

R = 19.85%
G = 22.3%
B = 57.84%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#515BEC (or 0x515BEC) is known color: Neon Blue. HEX triplet: 51, 5B and EC. RGB value is (81,91,236). Sum of RGB (Red+Green+Blue) = 81+91+236=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #515BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515BEC is #AEA413. Grayscale: #676767. Windows color (decimal): -11445268 or 15489873. OLE color: 15489873.

HSL color Cylindrical-coordinate representation of color #515BEC: hue angle of 236.13º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #515BEC is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 91 236 -
CMYK 0.66 0.61 0 0.07
HSL 236.13º 0.8% 0.62% -
HSV(B) 236.13º 0.66% 0.93% -
XYZ 22.27 15.29 81.13 -
YUV 104.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 81 91 236 0.66 0.61 0 0.07 236.13 0.8 0.62
Hex 51 5B EC 42 3D 0 7 EC 50 3E
Octal 121 133 354 102 75 0 7 354 120 76
Binary 1010001 1011011 11101100 1000010 111101 0 111 11101100 1010000 111110

Color Harmonies of #515BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515BEC

Black with #515BEC

Text Example


Text Example

White with #515BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515BEC; }

 p { color: rgb(81,91,236); }

 H1.HeaderClassName
 {
   color: #515BEC;
 }
 .AnyTagClassName
 {
   color: #515BEC;
 }
</style>

background-color css

<style>
 a { background-color: #515BEC; }

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

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

border-color css

<style>
 span { border-color: #515BEC; }

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

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