Html Css Color HEX #594BED Neon Blue

📋 copy color: '#594BED'

red 89 ◦ green 75 ◦ blue 237

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

Shades of Neon Blue #594BED

Tints of Neon Blue #594BED

RGB

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

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

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

R = 22.19%
G = 18.7%
B = 59.1%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#594BED (or 0x594BED) is known color: Neon Blue. HEX triplet: 59, 4B and ED. RGB value is (89,75,237). Sum of RGB (Red+Green+Blue) = 89+75+237=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #594BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594BED is #A6B412. Grayscale: #616161. Windows color (decimal): -10925075 or 15551321. OLE color: 15551321.

HSL color Cylindrical-coordinate representation of color #594BED: hue angle of 245.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #594BED is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 75 237 -
CMYK 0.62 0.68 0 0.07
HSL 245.19º 0.82% 0.61% -
HSV(B) 245.19º 0.68% 0.93% -
XYZ 21.92 13.27 81.53 -
YUV 97.65 206.64 121.83 -
System Red Green Blue C M Y K H S L
Decimal 89 75 237 0.62 0.68 0 0.07 245.19 0.82 0.61
Hex 59 4B ED 3E 44 0 7 F5 52 3D
Octal 131 113 355 76 104 0 7 365 122 75
Binary 1011001 1001011 11101101 111110 1000100 0 111 11110101 1010010 111101

Color Harmonies of #594BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BED

Black with #594BED

Text Example


Text Example

White with #594BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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