Html Css Color HEX #515EEE Neon Blue

📋 copy color: '#515EEE'

red 81 ◦ green 94 ◦ blue 238

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

Shades of Neon Blue #515EEE

Tints of Neon Blue #515EEE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.76%

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

R = 19.61%
G = 22.76%
B = 57.63%

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

#515EEE (or 0x515EEE) is known color: Neon Blue. HEX triplet: 51, 5E and EE. RGB value is (81,94,238). Sum of RGB (Red+Green+Blue) = 81+94+238=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #515EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515EEE is #AEA111. Grayscale: #696969. Windows color (decimal): -11444498 or 15621713. OLE color: 15621713.

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

Color convert

RGB 81 94 238 -
CMYK 0.66 0.61 0 0.07
HSL 235.03º 0.82% 0.63% -
HSV(B) 235.03º 0.66% 0.93% -
XYZ 22.83 15.93 82.76 -
YUV 106.53 202.19 109.79 -
System Red Green Blue C M Y K H S L
Decimal 81 94 238 0.66 0.61 0 0.07 235.03 0.82 0.63
Hex 51 5E EE 42 3D 0 7 EB 52 3F
Octal 121 136 356 102 75 0 7 353 122 77
Binary 1010001 1011110 11101110 1000010 111101 0 111 11101011 1010010 111111

Color Harmonies of #515EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515EEE

Black with #515EEE

Text Example


Text Example

White with #515EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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