Html Css Color HEX #553AFF Neon Blue

📋 copy color: '#553AFF'

red 85 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #553AFF

Tints of Neon Blue #553AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.57%

 BLUE value IS 255 (100% from 255) = 64.07%

R = 21.36%
G = 14.57%
B = 64.07%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#553AFF (or 0x553AFF) is known color: Neon Blue. HEX triplet: 55, 3A and FF. RGB value is (85,58,255). Sum of RGB (Red+Green+Blue) = 85+58+255=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #553AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553AFF is #AAC500. Grayscale: #575757. Windows color (decimal): -11191553 or 16726613. OLE color: 16726613.

HSL color Cylindrical-coordinate representation of color #553AFF: hue angle of 248.22º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #553AFF is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 58 255 -
CMYK 0.67 0.77 0 0
HSL 248.22º 1% 0.61% -
HSV(B) 248.22º 0.77% 1% -
XYZ 23.31 12.18 95.73 -
YUV 88.53 221.95 125.48 -
System Red Green Blue C M Y K H S L
Decimal 85 58 255 0.67 0.77 0 0 248.22 1 0.61
Hex 55 3A FF 43 4D 0 0 F8 64 3D
Octal 125 72 377 103 115 0 0 370 144 75
Binary 1010101 111010 11111111 1000011 1001101 0 0 11111000 1100100 111101

Color Harmonies of #553AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553AFF

Black with #553AFF

Text Example


Text Example

White with #553AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,58,255); }

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

background-color css

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

 a { background-color: rgb(85,58,255); }

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

border-color css

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

 span { border-color: rgb(85,58,255); }

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