Html Css Color HEX #595FFB Neon Blue

📋 copy color: '#595FFB'

red 89 ◦ green 95 ◦ blue 251

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

Shades of Neon Blue #595FFB

Tints of Neon Blue #595FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.7%

R = 20.46%
G = 21.84%
B = 57.7%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#595FFB (or 0x595FFB) is known color: Neon Blue. HEX triplet: 59, 5F and FB. RGB value is (89,95,251). Sum of RGB (Red+Green+Blue) = 89+95+251=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #595FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FFB is #A6A004. Grayscale: #6E6E6E. Windows color (decimal): -10919941 or 16473945. OLE color: 16473945.

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

Color convert

RGB 89 95 251 -
CMYK 0.65 0.62 0 0.02
HSL 237.78º 0.95% 0.67% -
HSV(B) 237.78º 0.65% 0.98% -
XYZ 25.62 17.27 93.25 -
YUV 110.99 207.01 112.32 -
System Red Green Blue C M Y K H S L
Decimal 89 95 251 0.65 0.62 0 0.02 237.78 0.95 0.67
Hex 59 5F FB 41 3E 0 2 EE 5F 43
Octal 131 137 373 101 76 0 2 356 137 103
Binary 1011001 1011111 11111011 1000001 111110 0 10 11101110 1011111 1000011

Color Harmonies of #595FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FFB

Black with #595FFB

Text Example


Text Example

White with #595FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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