Html Css Color HEX #595FF8 Neon Blue

📋 copy color: '#595FF8'

red 89 ◦ green 95 ◦ blue 248

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

Shades of Neon Blue #595FF8

Tints of Neon Blue #595FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 57.41%

R = 20.6%
G = 21.99%
B = 57.41%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#595FF8 (or 0x595FF8) is known color: Neon Blue. HEX triplet: 59, 5F and F8. RGB value is (89,95,248). Sum of RGB (Red+Green+Blue) = 89+95+248=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 248 (97.27% from 255 or 57.41% from 432); Max value from RGB is 248 - color contains mainly: blue. Hex color #595FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FF8 is #A6A007. Grayscale: #6E6E6E. Windows color (decimal): -10919944 or 16277337. OLE color: 16277337.

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

Color convert

RGB 89 95 248 -
CMYK 0.64 0.62 0 0.03
HSL 237.74º 0.92% 0.66% -
HSV(B) 237.74º 0.64% 0.97% -
XYZ 25.16 17.09 90.78 -
YUV 110.65 205.51 112.56 -
System Red Green Blue C M Y K H S L
Decimal 89 95 248 0.64 0.62 0 0.03 237.74 0.92 0.66
Hex 59 5F F8 40 3E 0 3 EE 5C 42
Octal 131 137 370 100 76 0 3 356 134 102
Binary 1011001 1011111 11111000 1000000 111110 0 11 11101110 1011100 1000010

Color Harmonies of #595FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FF8

Black with #595FF8

Text Example


Text Example

White with #595FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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