Html Css Color HEX #594BFE Neon Blue

📋 copy color: '#594BFE'

red 89 ◦ green 75 ◦ blue 254

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

Shades of Neon Blue #594BFE

Tints of Neon Blue #594BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.94%

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

R = 21.29%
G = 17.94%
B = 60.77%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#594BFE (or 0x594BFE) is known color: Neon Blue. HEX triplet: 59, 4B and FE. RGB value is (89,75,254). Sum of RGB (Red+Green+Blue) = 89+75+254=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #594BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594BFE is #A6B401. Grayscale: #626262. Windows color (decimal): -10925058 or 16665433. OLE color: 16665433.

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

Color convert

RGB 89 75 254 -
CMYK 0.65 0.70 0 0.00
HSL 244.69º 0.99% 0.65% -
HSV(B) 244.69º 0.7% 1% -
XYZ 24.53 14.31 95.24 -
YUV 99.59 215.14 120.45 -
System Red Green Blue C M Y K H S L
Decimal 89 75 254 0.65 0.70 0 0.00 244.69 0.99 0.65
Hex 59 4B FE 41 46 0 0 F5 63 41
Octal 131 113 376 101 106 0 0 365 143 101
Binary 1011001 1001011 11111110 1000001 1000110 0 0 11110101 1100011 1000001

Color Harmonies of #594BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BFE

Black with #594BFE

Text Example


Text Example

White with #594BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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