Html Css Color HEX #553CFD Neon Blue

📋 copy color: '#553CFD'

red 85 ◦ green 60 ◦ blue 253

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

Shades of Neon Blue #553CFD

Tints of Neon Blue #553CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.08%

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

R = 21.36%
G = 15.08%
B = 63.57%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#553CFD (or 0x553CFD) is known color: Neon Blue. HEX triplet: 55, 3C and FD. RGB value is (85,60,253). Sum of RGB (Red+Green+Blue) = 85+60+253=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #553CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553CFD is #AAC302. Grayscale: #585858. Windows color (decimal): -11191043 or 16596053. OLE color: 16596053.

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

Color convert

RGB 85 60 253 -
CMYK 0.66 0.76 0 0.01
HSL 247.77º 0.98% 0.61% -
HSV(B) 247.77º 0.76% 0.99% -
XYZ 23.09 12.25 94.08 -
YUV 89.48 220.28 124.81 -
System Red Green Blue C M Y K H S L
Decimal 85 60 253 0.66 0.76 0 0.01 247.77 0.98 0.61
Hex 55 3C FD 42 4C 0 1 F8 62 3D
Octal 125 74 375 102 114 0 1 370 142 75
Binary 1010101 111100 11111101 1000010 1001100 0 1 11111000 1100010 111101

Color Harmonies of #553CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CFD

Black with #553CFD

Text Example


Text Example

White with #553CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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