Html Css Color HEX #555BED Neon Blue

📋 copy color: '#555BED'

red 85 ◦ green 91 ◦ blue 237

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

Shades of Neon Blue #555BED

Tints of Neon Blue #555BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.03%

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 20.58%
G = 22.03%
B = 57.38%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#555BED (or 0x555BED) is known color: Neon Blue. HEX triplet: 55, 5B and ED. RGB value is (85,91,237). Sum of RGB (Red+Green+Blue) = 85+91+237=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #555BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555BED is #AAA412. Grayscale: #696969. Windows color (decimal): -11183123 or 15555413. OLE color: 15555413.

HSL color Cylindrical-coordinate representation of color #555BED: hue angle of 237.63º degrees, saturation: 0.81, 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 #555BED is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 91 237 -
CMYK 0.64 0.62 0 0.07
HSL 237.63º 0.81% 0.63% -
HSV(B) 237.63º 0.64% 0.93% -
XYZ 22.77 15.53 81.92 -
YUV 105.85 202.01 113.13 -
System Red Green Blue C M Y K H S L
Decimal 85 91 237 0.64 0.62 0 0.07 237.63 0.81 0.63
Hex 55 5B ED 40 3E 0 7 EE 51 3F
Octal 125 133 355 100 76 0 7 356 121 77
Binary 1010101 1011011 11101101 1000000 111110 0 111 11101110 1010001 111111

Color Harmonies of #555BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BED

Black with #555BED

Text Example


Text Example

White with #555BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,91,237); }

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

background-color css

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

 a { background-color: rgb(85,91,237); }

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

border-color css

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

 span { border-color: rgb(85,91,237); }

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