Html Css Color HEX #594CFB Neon Blue

📋 copy color: '#594CFB'

red 89 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #594CFB

Tints of Neon Blue #594CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.27%

 BLUE value IS 251 (98.44% from 255) = 60.34%

R = 21.39%
G = 18.27%
B = 60.34%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#594CFB (or 0x594CFB) is known color: Neon Blue. HEX triplet: 59, 4C and FB. RGB value is (89,76,251). Sum of RGB (Red+Green+Blue) = 89+76+251=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #594CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594CFB is #A6B304. Grayscale: #636363. Windows color (decimal): -10924805 or 16469081. OLE color: 16469081.

HSL color Cylindrical-coordinate representation of color #594CFB: hue angle of 244.46º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #594CFB is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 76 251 -
CMYK 0.65 0.70 0 0.02
HSL 244.46º 0.96% 0.64% -
HSV(B) 244.46º 0.7% 0.98% -
XYZ 24.12 14.26 92.75 -
YUV 99.84 213.31 120.27 -
System Red Green Blue C M Y K H S L
Decimal 89 76 251 0.65 0.70 0 0.02 244.46 0.96 0.64
Hex 59 4C FB 41 46 0 2 F4 60 40
Octal 131 114 373 101 106 0 2 364 140 100
Binary 1011001 1001100 11111011 1000001 1000110 0 10 11110100 1100000 1000000

Color Harmonies of #594CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594CFB

Black with #594CFB

Text Example


Text Example

White with #594CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594CFB; }

 p { color: rgb(89,76,251); }

 H1.HeaderClassName
 {
   color: #594CFB;
 }
 .AnyTagClassName
 {
   color: #594CFB;
 }
</style>

background-color css

<style>
 a { background-color: #594CFB; }

 a { background-color: rgb(89,76,251); }

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

border-color css

<style>
 span { border-color: #594CFB; }

 span { border-color: rgb(89,76,251); }

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