Html Css Color HEX #594BF2 Neon Blue

📋 copy color: '#594BF2'

red 89 ◦ green 75 ◦ blue 242

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

Shades of Neon Blue #594BF2

Tints of Neon Blue #594BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 59.61%

R = 21.92%
G = 18.47%
B = 59.61%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#594BF2 (or 0x594BF2) is known color: Neon Blue. HEX triplet: 59, 4B and F2. RGB value is (89,75,242). Sum of RGB (Red+Green+Blue) = 89+75+242=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #594BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594BF2 is #A6B40D. Grayscale: #616161. Windows color (decimal): -10925070 or 15879001. OLE color: 15879001.

HSL color Cylindrical-coordinate representation of color #594BF2: hue angle of 245.03º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594BF2 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 75 242 -
CMYK 0.63 0.69 0 0.05
HSL 245.03º 0.87% 0.62% -
HSV(B) 245.03º 0.69% 0.95% -
XYZ 22.66 13.57 85.43 -
YUV 98.22 209.14 121.42 -
System Red Green Blue C M Y K H S L
Decimal 89 75 242 0.63 0.69 0 0.05 245.03 0.87 0.62
Hex 59 4B F2 3F 45 0 5 F5 57 3E
Octal 131 113 362 77 105 0 5 365 127 76
Binary 1011001 1001011 11110010 111111 1000101 0 101 11110101 1010111 111110

Color Harmonies of #594BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594BF2

Black with #594BF2

Text Example


Text Example

White with #594BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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