Html Css Color HEX #595FFE Neon Blue

📋 copy color: '#595FFE'

red 89 ◦ green 95 ◦ blue 254

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

Shades of Neon Blue #595FFE

Tints of Neon Blue #595FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.99%

R = 20.32%
G = 21.69%
B = 57.99%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#595FFE (or 0x595FFE) is known color: Neon Blue. HEX triplet: 59, 5F and FE. RGB value is (89,95,254). Sum of RGB (Red+Green+Blue) = 89+95+254=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #595FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FFE is #A6A001. Grayscale: #6E6E6E. Windows color (decimal): -10919938 or 16670553. OLE color: 16670553.

HSL color Cylindrical-coordinate representation of color #595FFE: hue angle of 237.82º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #595FFE is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 89 95 254 -
CMYK 0.65 0.63 0 0.00
HSL 237.82º 0.99% 0.67% -
HSV(B) 237.82º 0.65% 1% -
XYZ 26.1 17.46 95.76 -
YUV 111.33 208.51 112.07 -
System Red Green Blue C M Y K H S L
Decimal 89 95 254 0.65 0.63 0 0.00 237.82 0.99 0.67
Hex 59 5F FE 41 3F 0 0 EE 63 43
Octal 131 137 376 101 77 0 0 356 143 103
Binary 1011001 1011111 11111110 1000001 111111 0 0 11101110 1100011 1000011

Color Harmonies of #595FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FFE

Black with #595FFE

Text Example


Text Example

White with #595FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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