Html Css Color HEX #553DF0 Neon Blue

📋 copy color: '#553DF0'

red 85 ◦ green 61 ◦ blue 240

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

Shades of Neon Blue #553DF0

Tints of Neon Blue #553DF0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.8%

 BLUE value IS 240 (94.14% from 255) = 62.18%

R = 22.02%
G = 15.8%
B = 62.18%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#553DF0 (or 0x553DF0) is known color: Neon Blue. HEX triplet: 55, 3D and F0. RGB value is (85,61,240). Sum of RGB (Red+Green+Blue) = 85+61+240=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 240 (94.14% from 255 or 62.18% from 386); Max value from RGB is 240 - color contains mainly: blue. Hex color #553DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553DF0 is #AAC20F. Grayscale: #575757. Windows color (decimal): -11190800 or 15744341. OLE color: 15744341.

HSL color Cylindrical-coordinate representation of color #553DF0: hue angle of 248.04º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #553DF0 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 61 240 -
CMYK 0.65 0.75 0 0.06
HSL 248.04º 0.86% 0.59% -
HSV(B) 248.04º 0.75% 0.94% -
XYZ 21.14 11.56 83.56 -
YUV 88.58 213.45 125.45 -
System Red Green Blue C M Y K H S L
Decimal 85 61 240 0.65 0.75 0 0.06 248.04 0.86 0.59
Hex 55 3D F0 41 4B 0 6 F8 56 3B
Octal 125 75 360 101 113 0 6 370 126 73
Binary 1010101 111101 11110000 1000001 1001011 0 110 11111000 1010110 111011

Color Harmonies of #553DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DF0

Black with #553DF0

Text Example


Text Example

White with #553DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,61,240); }

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

background-color css

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

 a { background-color: rgb(85,61,240); }

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

border-color css

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

 span { border-color: rgb(85,61,240); }

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