Html Css Color HEX #595FFA Neon Blue

📋 copy color: '#595FFA'

red 89 ◦ green 95 ◦ blue 250

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

Shades of Neon Blue #595FFA

Tints of Neon Blue #595FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.89%

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 20.51%
G = 21.89%
B = 57.6%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#595FFA (or 0x595FFA) is known color: Neon Blue. HEX triplet: 59, 5F and FA. RGB value is (89,95,250). Sum of RGB (Red+Green+Blue) = 89+95+250=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #595FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FFA is #A6A005. Grayscale: #6E6E6E. Windows color (decimal): -10919942 or 16408409. OLE color: 16408409.

HSL color Cylindrical-coordinate representation of color #595FFA: hue angle of 237.76º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595FFA is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 95 250 -
CMYK 0.64 0.62 0 0.02
HSL 237.76º 0.94% 0.66% -
HSV(B) 237.76º 0.64% 0.98% -
XYZ 25.47 17.21 92.42 -
YUV 110.88 206.51 112.4 -
System Red Green Blue C M Y K H S L
Decimal 89 95 250 0.64 0.62 0 0.02 237.76 0.94 0.66
Hex 59 5F FA 40 3E 0 2 EE 5E 42
Octal 131 137 372 100 76 0 2 356 136 102
Binary 1011001 1011111 11111010 1000000 111110 0 10 11101110 1011110 1000010

Color Harmonies of #595FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FFA

Black with #595FFA

Text Example


Text Example

White with #595FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595FFA; }

 p { color: rgb(89,95,250); }

 H1.HeaderClassName
 {
   color: #595FFA;
 }
 .AnyTagClassName
 {
   color: #595FFA;
 }
</style>

background-color css

<style>
 a { background-color: #595FFA; }

 a { background-color: rgb(89,95,250); }

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

border-color css

<style>
 span { border-color: #595FFA; }

 span { border-color: rgb(89,95,250); }

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