Html Css Color HEX #5559FA Neon Blue

📋 copy color: '#5559FA'

red 85 ◦ green 89 ◦ blue 250

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

Shades of Neon Blue #5559FA

Tints of Neon Blue #5559FA

RGB

 RED value IS 85 (33.59% from 255) = 20.05%

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

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

R = 20.05%
G = 20.99%
B = 58.96%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5559FA (or 0x5559FA) is known color: Neon Blue. HEX triplet: 55, 59 and FA. RGB value is (85,89,250). Sum of RGB (Red+Green+Blue) = 85+89+250=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #5559FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5559FA is #AAA605. Grayscale: #696969. Windows color (decimal): -11183622 or 16406869. OLE color: 16406869.

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

Color convert

RGB 85 89 250 -
CMYK 0.66 0.64 0 0.02
HSL 238.55º 0.94% 0.66% -
HSV(B) 238.55º 0.66% 0.98% -
XYZ 24.57 15.98 92.23 -
YUV 106.16 209.17 112.91 -
System Red Green Blue C M Y K H S L
Decimal 85 89 250 0.66 0.64 0 0.02 238.55 0.94 0.66
Hex 55 59 FA 42 40 0 2 EF 5E 42
Octal 125 131 372 102 100 0 2 357 136 102
Binary 1010101 1011001 11111010 1000010 1000000 0 10 11101111 1011110 1000010

Color Harmonies of #5559FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5559FA

Black with #5559FA

Text Example


Text Example

White with #5559FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5559FA; }

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

 H1.HeaderClassName
 {
   color: #5559FA;
 }
 .AnyTagClassName
 {
   color: #5559FA;
 }
</style>

background-color css

<style>
 a { background-color: #5559FA; }

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

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

border-color css

<style>
 span { border-color: #5559FA; }

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

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