Html Css Color HEX #553FEC Neon Blue

📋 copy color: '#553FEC'

red 85 ◦ green 63 ◦ blue 236

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

Shades of Neon Blue #553FEC

Tints of Neon Blue #553FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 16.41%

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

R = 22.14%
G = 16.41%
B = 61.46%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#553FEC (or 0x553FEC) is known color: Neon Blue. HEX triplet: 55, 3F and EC. RGB value is (85,63,236). Sum of RGB (Red+Green+Blue) = 85+63+236=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #553FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553FEC is #AAC013. Grayscale: #585858. Windows color (decimal): -11190292 or 15482709. OLE color: 15482709.

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

Color convert

RGB 85 63 236 -
CMYK 0.64 0.73 0 0.07
HSL 247.63º 0.82% 0.59% -
HSV(B) 247.63º 0.73% 0.93% -
XYZ 20.66 11.54 80.5 -
YUV 89.3 210.79 124.93 -
System Red Green Blue C M Y K H S L
Decimal 85 63 236 0.64 0.73 0 0.07 247.63 0.82 0.59
Hex 55 3F EC 40 49 0 7 F8 52 3B
Octal 125 77 354 100 111 0 7 370 122 73
Binary 1010101 111111 11101100 1000000 1001001 0 111 11111000 1010010 111011

Color Harmonies of #553FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553FEC

Black with #553FEC

Text Example


Text Example

White with #553FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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