Html Css Color HEX #593CF2 Neon Blue

📋 copy color: '#593CF2'

red 89 ◦ green 60 ◦ blue 242

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

Shades of Neon Blue #593CF2

Tints of Neon Blue #593CF2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

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

R = 22.76%
G = 15.35%
B = 61.89%

CMYK

 C value IS 0.63

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#593CF2 (or 0x593CF2) is known color: Neon Blue. HEX triplet: 59, 3C and F2. RGB value is (89,60,242). Sum of RGB (Red+Green+Blue) = 89+60+242=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #593CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593CF2 is #A6C30D. Grayscale: #585858. Windows color (decimal): -10928910 or 15875161. OLE color: 15875161.

HSL color Cylindrical-coordinate representation of color #593CF2: hue angle of 249.56º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #593CF2 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 60 242 -
CMYK 0.63 0.75 0 0.05
HSL 249.56º 0.88% 0.59% -
HSV(B) 249.56º 0.75% 0.95% -
XYZ 21.76 11.77 85.13 -
YUV 89.42 214.11 127.7 -
System Red Green Blue C M Y K H S L
Decimal 89 60 242 0.63 0.75 0 0.05 249.56 0.88 0.59
Hex 59 3C F2 3F 4B 0 5 FA 58 3B
Octal 131 74 362 77 113 0 5 372 130 73
Binary 1011001 111100 11110010 111111 1001011 0 101 11111010 1011000 111011

Color Harmonies of #593CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CF2

Black with #593CF2

Text Example


Text Example

White with #593CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593CF2; }

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

 H1.HeaderClassName
 {
   color: #593CF2;
 }
 .AnyTagClassName
 {
   color: #593CF2;
 }
</style>

background-color css

<style>
 a { background-color: #593CF2; }

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

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

border-color css

<style>
 span { border-color: #593CF2; }

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

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