Html Css Color HEX #5556FA Neon Blue

📋 copy color: '#5556FA'

red 85 ◦ green 86 ◦ blue 250

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

Shades of Neon Blue #5556FA

Tints of Neon Blue #5556FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.43%

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

R = 20.19%
G = 20.43%
B = 59.38%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5556FA (or 0x5556FA) is known color: Neon Blue. HEX triplet: 55, 56 and FA. RGB value is (85,86,250). Sum of RGB (Red+Green+Blue) = 85+86+250=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #5556FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5556FA is #AAA905. Grayscale: #676767. Windows color (decimal): -11184390 or 16406101. OLE color: 16406101.

HSL color Cylindrical-coordinate representation of color #5556FA: hue angle of 239.64º 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 #5556FA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 86 250 -
CMYK 0.66 0.66 0 0.02
HSL 239.64º 0.94% 0.66% -
HSV(B) 239.64º 0.66% 0.98% -
XYZ 24.33 15.49 92.15 -
YUV 104.4 210.17 114.16 -
System Red Green Blue C M Y K H S L
Decimal 85 86 250 0.66 0.66 0 0.02 239.64 0.94 0.66
Hex 55 56 FA 42 42 0 2 F0 5E 42
Octal 125 126 372 102 102 0 2 360 136 102
Binary 1010101 1010110 11111010 1000010 1000010 0 10 11110000 1011110 1000010

Color Harmonies of #5556FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5556FA

Black with #5556FA

Text Example


Text Example

White with #5556FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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