Html Css Color HEX #595DFC Neon Blue

📋 copy color: '#595DFC'

red 89 ◦ green 93 ◦ blue 252

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

Shades of Neon Blue #595DFC

Tints of Neon Blue #595DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

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

R = 20.51%
G = 21.43%
B = 58.06%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#595DFC (or 0x595DFC) is known color: Neon Blue. HEX triplet: 59, 5D and FC. RGB value is (89,93,252). Sum of RGB (Red+Green+Blue) = 89+93+252=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #595DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DFC is #A6A203. Grayscale: #6D6D6D. Windows color (decimal): -10920452 or 16538969. OLE color: 16538969.

HSL color Cylindrical-coordinate representation of color #595DFC: hue angle of 238.53º 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 #595DFC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 93 252 -
CMYK 0.65 0.63 0 0.01
HSL 238.53º 0.96% 0.67% -
HSV(B) 238.53º 0.65% 0.99% -
XYZ 25.6 16.98 94.02 -
YUV 109.93 208.17 113.07 -
System Red Green Blue C M Y K H S L
Decimal 89 93 252 0.65 0.63 0 0.01 238.53 0.96 0.67
Hex 59 5D FC 41 3F 0 1 EF 60 43
Octal 131 135 374 101 77 0 1 357 140 103
Binary 1011001 1011101 11111100 1000001 111111 0 1 11101111 1100000 1000011

Color Harmonies of #595DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DFC

Black with #595DFC

Text Example


Text Example

White with #595DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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