Html Css Color HEX #515AEC Neon Blue

📋 copy color: '#515AEC'

red 81 ◦ green 90 ◦ blue 236

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

Shades of Neon Blue #515AEC

Tints of Neon Blue #515AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

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

R = 19.9%
G = 22.11%
B = 57.99%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#515AEC (or 0x515AEC) is known color: Neon Blue. HEX triplet: 51, 5A and EC. RGB value is (81,90,236). Sum of RGB (Red+Green+Blue) = 81+90+236=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #515AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515AEC is #AEA513. Grayscale: #676767. Windows color (decimal): -11445524 or 15489617. OLE color: 15489617.

HSL color Cylindrical-coordinate representation of color #515AEC: hue angle of 236.52º 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 #515AEC is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 90 236 -
CMYK 0.66 0.62 0 0.07
HSL 236.52º 0.8% 0.62% -
HSV(B) 236.52º 0.66% 0.93% -
XYZ 22.19 15.12 81.11 -
YUV 103.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 81 90 236 0.66 0.62 0 0.07 236.52 0.8 0.62
Hex 51 5A EC 42 3E 0 7 ED 50 3E
Octal 121 132 354 102 76 0 7 355 120 76
Binary 1010001 1011010 11101100 1000010 111110 0 111 11101101 1010000 111110

Color Harmonies of #515AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515AEC

Black with #515AEC

Text Example


Text Example

White with #515AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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