Html Css Color HEX #5154EE Neon Blue

📋 copy color: '#5154EE'

red 81 ◦ green 84 ◦ blue 238

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

Shades of Neon Blue #5154EE

Tints of Neon Blue #5154EE

RGB

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

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

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

R = 20.1%
G = 20.84%
B = 59.06%

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

#5154EE (or 0x5154EE) is known color: Neon Blue. HEX triplet: 51, 54 and EE. RGB value is (81,84,238). Sum of RGB (Red+Green+Blue) = 81+84+238=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #5154EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5154EE is #AEAB11. Grayscale: #646464. Windows color (decimal): -11447058 or 15619153. OLE color: 15619153.

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

Color convert

RGB 81 84 238 -
CMYK 0.66 0.65 0 0.07
HSL 238.85º 0.82% 0.63% -
HSV(B) 238.85º 0.66% 0.93% -
XYZ 22 14.26 82.48 -
YUV 100.66 205.51 113.98 -
System Red Green Blue C M Y K H S L
Decimal 81 84 238 0.66 0.65 0 0.07 238.85 0.82 0.63
Hex 51 54 EE 42 41 0 7 EF 52 3F
Octal 121 124 356 102 101 0 7 357 122 77
Binary 1010001 1010100 11101110 1000010 1000001 0 111 11101111 1010010 111111

Color Harmonies of #5154EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5154EE

Black with #5154EE

Text Example


Text Example

White with #5154EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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