Html Css Color HEX #553CFC Neon Blue

📋 copy color: '#553CFC'

red 85 ◦ green 60 ◦ blue 252

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

Shades of Neon Blue #553CFC

Tints of Neon Blue #553CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 21.41%
G = 15.11%
B = 63.48%

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

#553CFC (or 0x553CFC) is known color: Neon Blue. HEX triplet: 55, 3C and FC. RGB value is (85,60,252). Sum of RGB (Red+Green+Blue) = 85+60+252=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #553CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553CFC is #AAC303. Grayscale: #585858. Windows color (decimal): -11191044 or 16530517. OLE color: 16530517.

HSL color Cylindrical-coordinate representation of color #553CFC: hue angle of 247.81º degrees, saturation: 0.97, 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 #553CFC is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 60 252 -
CMYK 0.66 0.76 0 0.01
HSL 247.81º 0.97% 0.61% -
HSV(B) 247.81º 0.76% 0.99% -
XYZ 22.93 12.19 93.24 -
YUV 89.36 219.78 124.89 -
System Red Green Blue C M Y K H S L
Decimal 85 60 252 0.66 0.76 0 0.01 247.81 0.97 0.61
Hex 55 3C FC 42 4C 0 1 F8 61 3D
Octal 125 74 374 102 114 0 1 370 141 75
Binary 1010101 111100 11111100 1000010 1001100 0 1 11111000 1100001 111101

Color Harmonies of #553CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CFC

Black with #553CFC

Text Example


Text Example

White with #553CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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