Html Css Color HEX #555CEB Neon Blue

📋 copy color: '#555CEB'

red 85 ◦ green 92 ◦ blue 235

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

Shades of Neon Blue #555CEB

Tints of Neon Blue #555CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.33%

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

R = 20.63%
G = 22.33%
B = 57.04%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#555CEB (or 0x555CEB) is known color: Neon Blue. HEX triplet: 55, 5C and EB. RGB value is (85,92,235). Sum of RGB (Red+Green+Blue) = 85+92+235=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #555CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CEB is #AAA314. Grayscale: #696969. Windows color (decimal): -11182869 or 15424597. OLE color: 15424597.

HSL color Cylindrical-coordinate representation of color #555CEB: hue angle of 237.2º 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 #555CEB is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 92 235 -
CMYK 0.64 0.61 0 0.08
HSL 237.2º 0.79% 0.63% -
HSV(B) 237.2º 0.64% 0.92% -
XYZ 22.57 15.58 80.42 -
YUV 106.21 200.68 112.87 -
System Red Green Blue C M Y K H S L
Decimal 85 92 235 0.64 0.61 0 0.08 237.2 0.79 0.63
Hex 55 5C EB 40 3D 0 8 ED 4F 3F
Octal 125 134 353 100 75 0 10 355 117 77
Binary 1010101 1011100 11101011 1000000 111101 0 1000 11101101 1001111 111111

Color Harmonies of #555CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CEB

Black with #555CEB

Text Example


Text Example

White with #555CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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