Html Css Color HEX #553BFC Neon Blue

📋 copy color: '#553BFC'

red 85 ◦ green 59 ◦ blue 252

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

Shades of Neon Blue #553BFC

Tints of Neon Blue #553BFC

RGB

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

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

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

R = 21.46%
G = 14.9%
B = 63.64%

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

#553BFC (or 0x553BFC) is known color: Neon Blue. HEX triplet: 55, 3B and FC. RGB value is (85,59,252). Sum of RGB (Red+Green+Blue) = 85+59+252=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #553BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553BFC is #AAC403. Grayscale: #585858. Windows color (decimal): -11191300 or 16530261. OLE color: 16530261.

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

Color convert

RGB 85 59 252 -
CMYK 0.66 0.77 0 0.01
HSL 248.08º 0.97% 0.61% -
HSV(B) 248.08º 0.77% 0.99% -
XYZ 22.88 12.09 93.22 -
YUV 88.78 220.11 125.31 -
System Red Green Blue C M Y K H S L
Decimal 85 59 252 0.66 0.77 0 0.01 248.08 0.97 0.61
Hex 55 3B FC 42 4D 0 1 F8 61 3D
Octal 125 73 374 102 115 0 1 370 141 75
Binary 1010101 111011 11111100 1000010 1001101 0 1 11111000 1100001 111101

Color Harmonies of #553BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BFC

Black with #553BFC

Text Example


Text Example

White with #553BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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