Html Css Color HEX #5153EA Neon Blue

📋 copy color: '#5153EA'

red 81 ◦ green 83 ◦ blue 234

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

Shades of Neon Blue #5153EA

Tints of Neon Blue #5153EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

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

R = 20.35%
G = 20.85%
B = 58.79%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5153EA (or 0x5153EA) is known color: Neon Blue. HEX triplet: 51, 53 and EA. RGB value is (81,83,234). Sum of RGB (Red+Green+Blue) = 81+83+234=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #5153EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5153EA is #AEAC15. Grayscale: #636363. Windows color (decimal): -11447318 or 15356753. OLE color: 15356753.

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

Color convert

RGB 81 83 234 -
CMYK 0.65 0.65 0 0.08
HSL 239.22º 0.78% 0.62% -
HSV(B) 239.22º 0.65% 0.92% -
XYZ 21.34 13.88 79.4 -
YUV 99.62 203.84 114.72 -
System Red Green Blue C M Y K H S L
Decimal 81 83 234 0.65 0.65 0 0.08 239.22 0.78 0.62
Hex 51 53 EA 41 41 0 8 EF 4E 3E
Octal 121 123 352 101 101 0 10 357 116 76
Binary 1010001 1010011 11101010 1000001 1000001 0 1000 11101111 1001110 111110

Color Harmonies of #5153EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5153EA

Black with #5153EA

Text Example


Text Example

White with #5153EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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