Html Css Color HEX #5560FD Neon Blue

📋 copy color: '#5560FD'

red 85 ◦ green 96 ◦ blue 253

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

Shades of Neon Blue #5560FD

Tints of Neon Blue #5560FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

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

R = 19.59%
G = 22.12%
B = 58.29%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5560FD (or 0x5560FD) is known color: Neon Blue. HEX triplet: 55, 60 and FD. RGB value is (85,96,253). Sum of RGB (Red+Green+Blue) = 85+96+253=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #5560FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5560FD is #AA9F02. Grayscale: #6D6D6D. Windows color (decimal): -11181827 or 16605269. OLE color: 16605269.

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

Color convert

RGB 85 96 253 -
CMYK 0.66 0.62 0 0.01
HSL 236.07º 0.98% 0.66% -
HSV(B) 236.07º 0.66% 0.99% -
XYZ 25.66 17.39 94.93 -
YUV 110.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 85 96 253 0.66 0.62 0 0.01 236.07 0.98 0.66
Hex 55 60 FD 42 3E 0 1 EC 62 42
Octal 125 140 375 102 76 0 1 354 142 102
Binary 1010101 1100000 11111101 1000010 111110 0 1 11101100 1100010 1000010

Color Harmonies of #5560FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5560FD

Black with #5560FD

Text Example


Text Example

White with #5560FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5560FD; }

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

 H1.HeaderClassName
 {
   color: #5560FD;
 }
 .AnyTagClassName
 {
   color: #5560FD;
 }
</style>

background-color css

<style>
 a { background-color: #5560FD; }

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

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

border-color css

<style>
 span { border-color: #5560FD; }

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

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