Html Css Color HEX #5959EF Neon Blue

📋 copy color: '#5959EF'

red 89 ◦ green 89 ◦ blue 239

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

Shades of Neon Blue #5959EF

Tints of Neon Blue #5959EF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

 BLUE value IS 239 (93.75% from 255) = 57.31%

R = 21.34%
G = 21.34%
B = 57.31%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5959EF (or 0x5959EF) is known color: Neon Blue. HEX triplet: 59, 59 and EF. RGB value is (89,89,239). Sum of RGB (Red+Green+Blue) = 89+89+239=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #5959EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5959EF is #A6A610. Grayscale: #696969. Windows color (decimal): -10921489 or 15685977. OLE color: 15685977.

HSL color Cylindrical-coordinate representation of color #5959EF: hue angle of 240º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5959EF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 89 239 -
CMYK 0.63 0.63 0 0.06
HSL 240º 0.82% 0.64% -
HSV(B) 240º 0.63% 0.94% -
XYZ 23.27 15.5 83.43 -
YUV 106.1 203 115.8 -
System Red Green Blue C M Y K H S L
Decimal 89 89 239 0.63 0.63 0 0.06 240 0.82 0.64
Hex 59 59 EF 3F 3F 0 6 F0 52 40
Octal 131 131 357 77 77 0 6 360 122 100
Binary 1011001 1011001 11101111 111111 111111 0 110 11110000 1010010 1000000

Color Harmonies of #5959EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5959EF

Black with #5959EF

Text Example


Text Example

White with #5959EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5959EF; }

 p { color: rgb(89,89,239); }

 H1.HeaderClassName
 {
   color: #5959EF;
 }
 .AnyTagClassName
 {
   color: #5959EF;
 }
</style>

background-color css

<style>
 a { background-color: #5959EF; }

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

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

border-color css

<style>
 span { border-color: #5959EF; }

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

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