Html Css Color HEX #555EEC Neon Blue

📋 copy color: '#555EEC'

red 85 ◦ green 94 ◦ blue 236

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

Shades of Neon Blue #555EEC

Tints of Neon Blue #555EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.65%

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 20.48%
G = 22.65%
B = 56.87%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#555EEC (or 0x555EEC) is known color: Neon Blue. HEX triplet: 55, 5E and EC. RGB value is (85,94,236). Sum of RGB (Red+Green+Blue) = 85+94+236=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #555EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EEC is #AAA113. Grayscale: #6A6A6A. Windows color (decimal): -11182356 or 15490645. OLE color: 15490645.

HSL color Cylindrical-coordinate representation of color #555EEC: hue angle of 236.42º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555EEC is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 94 236 -
CMYK 0.64 0.60 0 0.07
HSL 236.42º 0.8% 0.63% -
HSV(B) 236.42º 0.64% 0.93% -
XYZ 22.89 15.99 81.24 -
YUV 107.5 200.52 111.95 -
System Red Green Blue C M Y K H S L
Decimal 85 94 236 0.64 0.60 0 0.07 236.42 0.8 0.63
Hex 55 5E EC 40 3C 0 7 EC 50 3F
Octal 125 136 354 100 74 0 7 354 120 77
Binary 1010101 1011110 11101100 1000000 111100 0 111 11101100 1010000 111111

Color Harmonies of #555EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EEC

Black with #555EEC

Text Example


Text Example

White with #555EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555EEC; }

 p { color: rgb(85,94,236); }

 H1.HeaderClassName
 {
   color: #555EEC;
 }
 .AnyTagClassName
 {
   color: #555EEC;
 }
</style>

background-color css

<style>
 a { background-color: #555EEC; }

 a { background-color: rgb(85,94,236); }

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

border-color css

<style>
 span { border-color: #555EEC; }

 span { border-color: rgb(85,94,236); }

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