Html Css Color HEX #5136EA Neon Blue

📋 copy color: '#5136EA'

red 81 ◦ green 54 ◦ blue 234

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

Shades of Neon Blue #5136EA

Tints of Neon Blue #5136EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.41%

R = 21.95%
G = 14.63%
B = 63.41%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5136EA (or 0x5136EA) is known color: Neon Blue. HEX triplet: 51, 36 and EA. RGB value is (81,54,234). Sum of RGB (Red+Green+Blue) = 81+54+234=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #5136EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5136EA is #AEC915. Grayscale: #515151. Windows color (decimal): -11454742 or 15349329. OLE color: 15349329.

HSL color Cylindrical-coordinate representation of color #5136EA: hue angle of 249º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5136EA is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 54 234 -
CMYK 0.65 0.77 0 0.08
HSL 249º 0.81% 0.56% -
HSV(B) 249º 0.77% 0.92% -
XYZ 19.56 10.33 78.8 -
YUV 82.59 213.45 126.86 -
System Red Green Blue C M Y K H S L
Decimal 81 54 234 0.65 0.77 0 0.08 249 0.81 0.56
Hex 51 36 EA 41 4D 0 8 F9 51 38
Octal 121 66 352 101 115 0 10 371 121 70
Binary 1010001 110110 11101010 1000001 1001101 0 1000 11111001 1010001 111000

Color Harmonies of #5136EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5136EA

Black with #5136EA

Text Example


Text Example

White with #5136EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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