Html Css Color HEX #594EFE Neon Blue

📋 copy color: '#594EFE'

red 89 ◦ green 78 ◦ blue 254

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

Shades of Neon Blue #594EFE

Tints of Neon Blue #594EFE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.53%

 BLUE value IS 254 (99.61% from 255) = 60.33%

R = 21.14%
G = 18.53%
B = 60.33%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#594EFE (or 0x594EFE) is known color: Neon Blue. HEX triplet: 59, 4E and FE. RGB value is (89,78,254). Sum of RGB (Red+Green+Blue) = 89+78+254=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #594EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594EFE is #A6B101. Grayscale: #646464. Windows color (decimal): -10924290 or 16666201. OLE color: 16666201.

HSL color Cylindrical-coordinate representation of color #594EFE: hue angle of 243.75º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594EFE is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 89 78 254 -
CMYK 0.65 0.69 0 0.00
HSL 243.75º 0.99% 0.65% -
HSV(B) 243.75º 0.69% 1% -
XYZ 24.73 14.73 95.31 -
YUV 101.35 214.14 119.19 -
System Red Green Blue C M Y K H S L
Decimal 89 78 254 0.65 0.69 0 0.00 243.75 0.99 0.65
Hex 59 4E FE 41 45 0 0 F4 63 41
Octal 131 116 376 101 105 0 0 364 143 101
Binary 1011001 1001110 11111110 1000001 1000101 0 0 11110100 1100011 1000001

Color Harmonies of #594EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594EFE

Black with #594EFE

Text Example


Text Example

White with #594EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594EFE; }

 p { color: rgb(89,78,254); }

 H1.HeaderClassName
 {
   color: #594EFE;
 }
 .AnyTagClassName
 {
   color: #594EFE;
 }
</style>

background-color css

<style>
 a { background-color: #594EFE; }

 a { background-color: rgb(89,78,254); }

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

border-color css

<style>
 span { border-color: #594EFE; }

 span { border-color: rgb(89,78,254); }

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