Html Css Color HEX #595FFC Neon Blue

📋 copy color: '#595FFC'

red 89 ◦ green 95 ◦ blue 252

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

Shades of Neon Blue #595FFC

Tints of Neon Blue #595FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.8%

R = 20.41%
G = 21.79%
B = 57.8%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#595FFC (or 0x595FFC) is known color: Neon Blue. HEX triplet: 59, 5F and FC. RGB value is (89,95,252). Sum of RGB (Red+Green+Blue) = 89+95+252=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #595FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FFC is #A6A003. Grayscale: #6E6E6E. Windows color (decimal): -10919940 or 16539481. OLE color: 16539481.

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

Color convert

RGB 89 95 252 -
CMYK 0.65 0.62 0 0.01
HSL 237.79º 0.96% 0.67% -
HSV(B) 237.79º 0.65% 0.99% -
XYZ 25.78 17.34 94.08 -
YUV 111.1 207.51 112.23 -
System Red Green Blue C M Y K H S L
Decimal 89 95 252 0.65 0.62 0 0.01 237.79 0.96 0.67
Hex 59 5F FC 41 3E 0 1 EE 60 43
Octal 131 137 374 101 76 0 1 356 140 103
Binary 1011001 1011111 11111100 1000001 111110 0 1 11101110 1100000 1000011

Color Harmonies of #595FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FFC

Black with #595FFC

Text Example


Text Example

White with #595FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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