Html Css Color HEX #5954EE Neon Blue

📋 copy color: '#5954EE'

red 89 ◦ green 84 ◦ blue 238

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

Shades of Neon Blue #5954EE

Tints of Neon Blue #5954EE

RGB

 RED value IS 89 (35.16% from 255) = 21.65%

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

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

R = 21.65%
G = 20.44%
B = 57.91%

CMYK

 C value IS 0.63

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5954EE (or 0x5954EE) is known color: Neon Blue. HEX triplet: 59, 54 and EE. RGB value is (89,84,238). Sum of RGB (Red+Green+Blue) = 89+84+238=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #5954EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5954EE is #A6AB11. Grayscale: #666666. Windows color (decimal): -10922770 or 15619161. OLE color: 15619161.

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

Color convert

RGB 89 84 238 -
CMYK 0.63 0.65 0 0.07
HSL 241.95º 0.82% 0.63% -
HSV(B) 241.95º 0.65% 0.93% -
XYZ 22.72 14.64 82.52 -
YUV 103.05 204.16 117.98 -
System Red Green Blue C M Y K H S L
Decimal 89 84 238 0.63 0.65 0 0.07 241.95 0.82 0.63
Hex 59 54 EE 3F 41 0 7 F2 52 3F
Octal 131 124 356 77 101 0 7 362 122 77
Binary 1011001 1010100 11101110 111111 1000001 0 111 11110010 1010010 111111

Color Harmonies of #5954EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5954EE

Black with #5954EE

Text Example


Text Example

White with #5954EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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