Html Css Color HEX #5135EE Neon Blue

📋 copy color: '#5135EE'

red 81 ◦ green 53 ◦ blue 238

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

Shades of Neon Blue #5135EE

Tints of Neon Blue #5135EE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.25%

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

R = 21.77%
G = 14.25%
B = 63.98%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5135EE (or 0x5135EE) is known color: Neon Blue. HEX triplet: 51, 35 and EE. RGB value is (81,53,238). Sum of RGB (Red+Green+Blue) = 81+53+238=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #5135EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5135EE is #AECA11. Grayscale: #515151. Windows color (decimal): -11454994 or 15611217. OLE color: 15611217.

HSL color Cylindrical-coordinate representation of color #5135EE: hue angle of 249.08º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5135EE is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 53 238 -
CMYK 0.66 0.78 0 0.07
HSL 249.08º 0.84% 0.57% -
HSV(B) 249.08º 0.78% 0.93% -
XYZ 20.1 10.47 81.85 -
YUV 82.46 215.78 126.96 -
System Red Green Blue C M Y K H S L
Decimal 81 53 238 0.66 0.78 0 0.07 249.08 0.84 0.57
Hex 51 35 EE 42 4E 0 7 F9 54 39
Octal 121 65 356 102 116 0 7 371 124 71
Binary 1010001 110101 11101110 1000010 1001110 0 111 11111001 1010100 111001

Color Harmonies of #5135EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5135EE

Black with #5135EE

Text Example


Text Example

White with #5135EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5135EE; }

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

 H1.HeaderClassName
 {
   color: #5135EE;
 }
 .AnyTagClassName
 {
   color: #5135EE;
 }
</style>

background-color css

<style>
 a { background-color: #5135EE; }

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

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

border-color css

<style>
 span { border-color: #5135EE; }

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

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