Html Css Color HEX #5136ED Neon Blue

📋 copy color: '#5136ED'

red 81 ◦ green 54 ◦ blue 237

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

Shades of Neon Blue #5136ED

Tints of Neon Blue #5136ED

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.52%

 BLUE value IS 237 (92.97% from 255) = 63.71%

R = 21.77%
G = 14.52%
B = 63.71%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5136ED (or 0x5136ED) is known color: Neon Blue. HEX triplet: 51, 36 and ED. RGB value is (81,54,237). Sum of RGB (Red+Green+Blue) = 81+54+237=372 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.77% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #5136ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5136ED is #AEC912. Grayscale: #525252. Windows color (decimal): -11454739 or 15545937. OLE color: 15545937.

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

Color convert

RGB 81 54 237 -
CMYK 0.66 0.77 0 0.07
HSL 248.85º 0.84% 0.57% -
HSV(B) 248.85º 0.77% 0.93% -
XYZ 20 10.5 81.09 -
YUV 82.94 214.95 126.62 -
System Red Green Blue C M Y K H S L
Decimal 81 54 237 0.66 0.77 0 0.07 248.85 0.84 0.57
Hex 51 36 ED 42 4D 0 7 F9 54 39
Octal 121 66 355 102 115 0 7 371 124 71
Binary 1010001 110110 11101101 1000010 1001101 0 111 11111001 1010100 111001

Color Harmonies of #5136ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5136ED

Black with #5136ED

Text Example


Text Example

White with #5136ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5136ED; }

 p { color: rgb(81,54,237); }

 H1.HeaderClassName
 {
   color: #5136ED;
 }
 .AnyTagClassName
 {
   color: #5136ED;
 }
</style>

background-color css

<style>
 a { background-color: #5136ED; }

 a { background-color: rgb(81,54,237); }

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

border-color css

<style>
 span { border-color: #5136ED; }

 span { border-color: rgb(81,54,237); }

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