Html Css Color HEX #5154ED Neon Blue

📋 copy color: '#5154ED'

red 81 ◦ green 84 ◦ blue 237

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

Shades of Neon Blue #5154ED

Tints of Neon Blue #5154ED

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.9%

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

R = 20.15%
G = 20.9%
B = 58.96%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5154ED (or 0x5154ED) is known color: Neon Blue. HEX triplet: 51, 54 and ED. RGB value is (81,84,237). Sum of RGB (Red+Green+Blue) = 81+84+237=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #5154ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5154ED is #AEAB12. Grayscale: #636363. Windows color (decimal): -11447059 or 15553617. OLE color: 15553617.

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

Color convert

RGB 81 84 237 -
CMYK 0.66 0.65 0 0.07
HSL 238.85º 0.81% 0.62% -
HSV(B) 238.85º 0.66% 0.93% -
XYZ 21.85 14.2 81.71 -
YUV 100.55 205.01 114.06 -
System Red Green Blue C M Y K H S L
Decimal 81 84 237 0.66 0.65 0 0.07 238.85 0.81 0.62
Hex 51 54 ED 42 41 0 7 EF 51 3E
Octal 121 124 355 102 101 0 7 357 121 76
Binary 1010001 1010100 11101101 1000010 1000001 0 111 11101111 1010001 111110

Color Harmonies of #5154ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5154ED

Black with #5154ED

Text Example


Text Example

White with #5154ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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