Html Css Color HEX #553BFD Neon Blue

📋 copy color: '#553BFD'

red 85 ◦ green 59 ◦ blue 253

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

Shades of Neon Blue #553BFD

Tints of Neon Blue #553BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

 BLUE value IS 253 (99.22% from 255) = 63.73%

R = 21.41%
G = 14.86%
B = 63.73%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#553BFD (or 0x553BFD) is known color: Neon Blue. HEX triplet: 55, 3B and FD. RGB value is (85,59,253). Sum of RGB (Red+Green+Blue) = 85+59+253=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #553BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553BFD is #AAC402. Grayscale: #585858. Windows color (decimal): -11191299 or 16595797. OLE color: 16595797.

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

Color convert

RGB 85 59 253 -
CMYK 0.66 0.77 0 0.01
HSL 248.04º 0.98% 0.61% -
HSV(B) 248.04º 0.77% 0.99% -
XYZ 23.04 12.15 94.06 -
YUV 88.89 220.61 125.23 -
System Red Green Blue C M Y K H S L
Decimal 85 59 253 0.66 0.77 0 0.01 248.04 0.98 0.61
Hex 55 3B FD 42 4D 0 1 F8 62 3D
Octal 125 73 375 102 115 0 1 370 142 75
Binary 1010101 111011 11111101 1000010 1001101 0 1 11111000 1100010 111101

Color Harmonies of #553BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BFD

Black with #553BFD

Text Example


Text Example

White with #553BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,59,253); }

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

background-color css

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

 a { background-color: rgb(85,59,253); }

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

border-color css

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

 span { border-color: rgb(85,59,253); }

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