Html Css Color HEX #595CF1 Neon Blue

📋 copy color: '#595CF1'

red 89 ◦ green 92 ◦ blue 241

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

Shades of Neon Blue #595CF1

Tints of Neon Blue #595CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

 BLUE value IS 241 (94.53% from 255) = 57.11%

R = 21.09%
G = 21.8%
B = 57.11%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#595CF1 (or 0x595CF1) is known color: Neon Blue. HEX triplet: 59, 5C and F1. RGB value is (89,92,241). Sum of RGB (Red+Green+Blue) = 89+92+241=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #595CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595CF1 is #A6A30E. Grayscale: #6B6B6B. Windows color (decimal): -10920719 or 15817817. OLE color: 15817817.

HSL color Cylindrical-coordinate representation of color #595CF1: hue angle of 238.82º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595CF1 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 92 241 -
CMYK 0.63 0.62 0 0.05
HSL 238.82º 0.84% 0.65% -
HSV(B) 238.82º 0.63% 0.95% -
XYZ 23.82 16.13 85.08 -
YUV 108.09 203.01 114.38 -
System Red Green Blue C M Y K H S L
Decimal 89 92 241 0.63 0.62 0 0.05 238.82 0.84 0.65
Hex 59 5C F1 3F 3E 0 5 EF 54 41
Octal 131 134 361 77 76 0 5 357 124 101
Binary 1011001 1011100 11110001 111111 111110 0 101 11101111 1010100 1000001

Color Harmonies of #595CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CF1

Black with #595CF1

Text Example


Text Example

White with #595CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,92,241); }

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

background-color css

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

 a { background-color: rgb(89,92,241); }

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

border-color css

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

 span { border-color: rgb(89,92,241); }

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