Html Css Color HEX #553EED Neon Blue

📋 copy color: '#553EED'

red 85 ◦ green 62 ◦ blue 237

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

Shades of Neon Blue #553EED

Tints of Neon Blue #553EED

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.15%

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

R = 22.14%
G = 16.15%
B = 61.72%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#553EED (or 0x553EED) is known color: Neon Blue. HEX triplet: 55, 3E and ED. RGB value is (85,62,237). Sum of RGB (Red+Green+Blue) = 85+62+237=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #553EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553EED is #AAC112. Grayscale: #585858. Windows color (decimal): -11190547 or 15547989. OLE color: 15547989.

HSL color Cylindrical-coordinate representation of color #553EED: hue angle of 247.89º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #553EED is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 62 237 -
CMYK 0.64 0.74 0 0.07
HSL 247.89º 0.83% 0.59% -
HSV(B) 247.89º 0.74% 0.93% -
XYZ 20.76 11.49 81.24 -
YUV 88.83 211.62 125.27 -
System Red Green Blue C M Y K H S L
Decimal 85 62 237 0.64 0.74 0 0.07 247.89 0.83 0.59
Hex 55 3E ED 40 4A 0 7 F8 53 3B
Octal 125 76 355 100 112 0 7 370 123 73
Binary 1010101 111110 11101101 1000000 1001010 0 111 11111000 1010011 111011

Color Harmonies of #553EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553EED

Black with #553EED

Text Example


Text Example

White with #553EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553EED; }

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

 H1.HeaderClassName
 {
   color: #553EED;
 }
 .AnyTagClassName
 {
   color: #553EED;
 }
</style>

background-color css

<style>
 a { background-color: #553EED; }

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

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

border-color css

<style>
 span { border-color: #553EED; }

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

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