Html Css Color HEX #595AFA Neon Blue

📋 copy color: '#595AFA'

red 89 ◦ green 90 ◦ blue 250

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

Shades of Neon Blue #595AFA

Tints of Neon Blue #595AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.98%

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 20.75%
G = 20.98%
B = 58.28%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#595AFA (or 0x595AFA) is known color: Neon Blue. HEX triplet: 59, 5A and FA. RGB value is (89,90,250). Sum of RGB (Red+Green+Blue) = 89+90+250=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #595AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595AFA is #A6A505. Grayscale: #6B6B6B. Windows color (decimal): -10921222 or 16407129. OLE color: 16407129.

HSL color Cylindrical-coordinate representation of color #595AFA: hue angle of 239.63º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595AFA is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 90 250 -
CMYK 0.64 0.64 0 0.02
HSL 239.63º 0.94% 0.66% -
HSV(B) 239.63º 0.64% 0.98% -
XYZ 25.03 16.34 92.28 -
YUV 107.94 208.17 114.49 -
System Red Green Blue C M Y K H S L
Decimal 89 90 250 0.64 0.64 0 0.02 239.63 0.94 0.66
Hex 59 5A FA 40 40 0 2 F0 5E 42
Octal 131 132 372 100 100 0 2 360 136 102
Binary 1011001 1011010 11111010 1000000 1000000 0 10 11110000 1011110 1000010

Color Harmonies of #595AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AFA

Black with #595AFA

Text Example


Text Example

White with #595AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,90,250); }

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

background-color css

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

 a { background-color: rgb(89,90,250); }

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

border-color css

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

 span { border-color: rgb(89,90,250); }

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