Html Css Color HEX #555DEB Neon Blue

📋 copy color: '#555DEB'

red 85 ◦ green 93 ◦ blue 235

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

Shades of Neon Blue #555DEB

Tints of Neon Blue #555DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.52%

 BLUE value IS 235 (92.19% from 255) = 56.9%

R = 20.58%
G = 22.52%
B = 56.9%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#555DEB (or 0x555DEB) is known color: Neon Blue. HEX triplet: 55, 5D and EB. RGB value is (85,93,235). Sum of RGB (Red+Green+Blue) = 85+93+235=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #555DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DEB is #AAA214. Grayscale: #6A6A6A. Windows color (decimal): -11182613 or 15424853. OLE color: 15424853.

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

Color convert

RGB 85 93 235 -
CMYK 0.64 0.60 0 0.08
HSL 236.8º 0.79% 0.63% -
HSV(B) 236.8º 0.64% 0.92% -
XYZ 22.66 15.76 80.44 -
YUV 106.8 200.35 112.45 -
System Red Green Blue C M Y K H S L
Decimal 85 93 235 0.64 0.60 0 0.08 236.8 0.79 0.63
Hex 55 5D EB 40 3C 0 8 ED 4F 3F
Octal 125 135 353 100 74 0 10 355 117 77
Binary 1010101 1011101 11101011 1000000 111100 0 1000 11101101 1001111 111111

Color Harmonies of #555DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555DEB

Black with #555DEB

Text Example


Text Example

White with #555DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,93,235); }

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

background-color css

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

 a { background-color: rgb(85,93,235); }

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

border-color css

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

 span { border-color: rgb(85,93,235); }

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