Html Css Color HEX #5557F0 Neon Blue

📋 copy color: '#5557F0'

red 85 ◦ green 87 ◦ blue 240

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

Shades of Neon Blue #5557F0

Tints of Neon Blue #5557F0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.12%

 BLUE value IS 240 (94.14% from 255) = 58.25%

R = 20.63%
G = 21.12%
B = 58.25%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5557F0 (or 0x5557F0) is known color: Neon Blue. HEX triplet: 55, 57 and F0. RGB value is (85,87,240). Sum of RGB (Red+Green+Blue) = 85+87+240=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #5557F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5557F0 is #AAA80F. Grayscale: #676767. Windows color (decimal): -11184144 or 15750997. OLE color: 15750997.

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

Color convert

RGB 85 87 240 -
CMYK 0.65 0.64 0 0.06
HSL 239.23º 0.84% 0.64% -
HSV(B) 239.23º 0.65% 0.94% -
XYZ 22.88 15.04 84.13 -
YUV 103.84 204.84 114.56 -
System Red Green Blue C M Y K H S L
Decimal 85 87 240 0.65 0.64 0 0.06 239.23 0.84 0.64
Hex 55 57 F0 41 40 0 6 EF 54 40
Octal 125 127 360 101 100 0 6 357 124 100
Binary 1010101 1010111 11110000 1000001 1000000 0 110 11101111 1010100 1000000

Color Harmonies of #5557F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5557F0

Black with #5557F0

Text Example


Text Example

White with #5557F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5557F0; }

 p { color: rgb(85,87,240); }

 H1.HeaderClassName
 {
   color: #5557F0;
 }
 .AnyTagClassName
 {
   color: #5557F0;
 }
</style>

background-color css

<style>
 a { background-color: #5557F0; }

 a { background-color: rgb(85,87,240); }

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

border-color css

<style>
 span { border-color: #5557F0; }

 span { border-color: rgb(85,87,240); }

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