Html Css Color HEX #5559FF Neon Blue

📋 copy color: '#5559FF'

red 85 ◦ green 89 ◦ blue 255

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

Shades of Neon Blue #5559FF

Tints of Neon Blue #5559FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.44%

R = 19.81%
G = 20.75%
B = 59.44%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5559FF (or 0x5559FF) is known color: Neon Blue. HEX triplet: 55, 59 and FF. RGB value is (85,89,255). Sum of RGB (Red+Green+Blue) = 85+89+255=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #5559FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5559FF is #AAA600. Grayscale: #6A6A6A. Windows color (decimal): -11183617 or 16734549. OLE color: 16734549.

HSL color Cylindrical-coordinate representation of color #5559FF: hue angle of 238.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5559FF is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 89 255 -
CMYK 0.67 0.65 0 0
HSL 238.59º 1% 0.67% -
HSV(B) 238.59º 0.67% 1% -
XYZ 25.37 16.3 96.42 -
YUV 106.73 211.67 112.5 -
System Red Green Blue C M Y K H S L
Decimal 85 89 255 0.67 0.65 0 0 238.59 1 0.67
Hex 55 59 FF 43 41 0 0 EF 64 43
Octal 125 131 377 103 101 0 0 357 144 103
Binary 1010101 1011001 11111111 1000011 1000001 0 0 11101111 1100100 1000011

Color Harmonies of #5559FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5559FF

Black with #5559FF

Text Example


Text Example

White with #5559FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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