Html Css Color HEX #515AEE Neon Blue

📋 copy color: '#515AEE'

red 81 ◦ green 90 ◦ blue 238

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

Shades of Neon Blue #515AEE

Tints of Neon Blue #515AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.19%

R = 19.8%
G = 22%
B = 58.19%

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

#515AEE (or 0x515AEE) is known color: Neon Blue. HEX triplet: 51, 5A and EE. RGB value is (81,90,238). Sum of RGB (Red+Green+Blue) = 81+90+238=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #515AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515AEE is #AEA511. Grayscale: #676767. Windows color (decimal): -11445522 or 15620689. OLE color: 15620689.

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

Color convert

RGB 81 90 238 -
CMYK 0.66 0.62 0 0.07
HSL 236.56º 0.82% 0.63% -
HSV(B) 236.56º 0.66% 0.93% -
XYZ 22.48 15.23 82.64 -
YUV 104.18 203.52 111.47 -
System Red Green Blue C M Y K H S L
Decimal 81 90 238 0.66 0.62 0 0.07 236.56 0.82 0.63
Hex 51 5A EE 42 3E 0 7 ED 52 3F
Octal 121 132 356 102 76 0 7 355 122 77
Binary 1010001 1011010 11101110 1000010 111110 0 111 11101101 1010010 111111

Color Harmonies of #515AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515AEE

Black with #515AEE

Text Example


Text Example

White with #515AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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