Html Css Color HEX #596CFC Neon Blue

📋 copy color: '#596CFC'

red 89 ◦ green 108 ◦ blue 252

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

Shades of Neon Blue #596CFC

Tints of Neon Blue #596CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.05%

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

R = 19.82%
G = 24.05%
B = 56.12%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#596CFC (or 0x596CFC) is known color: Neon Blue. HEX triplet: 59, 6C and FC. RGB value is (89,108,252). Sum of RGB (Red+Green+Blue) = 89+108+252=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #596CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596CFC is #A69303. Grayscale: #767676. Windows color (decimal): -10916612 or 16542809. OLE color: 16542809.

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

Color convert

RGB 89 108 252 -
CMYK 0.65 0.57 0 0.01
HSL 233.01º 0.96% 0.67% -
HSV(B) 233.01º 0.65% 0.99% -
XYZ 27.05 19.88 94.51 -
YUV 118.74 203.21 106.79 -
System Red Green Blue C M Y K H S L
Decimal 89 108 252 0.65 0.57 0 0.01 233.01 0.96 0.67
Hex 59 6C FC 41 39 0 1 E9 60 43
Octal 131 154 374 101 71 0 1 351 140 103
Binary 1011001 1101100 11111100 1000001 111001 0 1 11101001 1100000 1000011

Color Harmonies of #596CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CFC

Black with #596CFC

Text Example


Text Example

White with #596CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596CFC; }

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

 H1.HeaderClassName
 {
   color: #596CFC;
 }
 .AnyTagClassName
 {
   color: #596CFC;
 }
</style>

background-color css

<style>
 a { background-color: #596CFC; }

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

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

border-color css

<style>
 span { border-color: #596CFC; }

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

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