Html Css Color HEX #556CFF Neon Blue

📋 copy color: '#556CFF'

red 85 ◦ green 108 ◦ blue 255

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

Shades of Neon Blue #556CFF

Tints of Neon Blue #556CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

 BLUE value IS 255 (100% from 255) = 56.92%

R = 18.97%
G = 24.11%
B = 56.92%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#556CFF (or 0x556CFF) is known color: Neon Blue. HEX triplet: 55, 6C and FF. RGB value is (85,108,255). Sum of RGB (Red+Green+Blue) = 85+108+255=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #556CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556CFF is #AA9300. Grayscale: #757575. Windows color (decimal): -11178753 or 16739413. OLE color: 16739413.

HSL color Cylindrical-coordinate representation of color #556CFF: hue angle of 231.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #556CFF is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 108 255 -
CMYK 0.67 0.58 0 0
HSL 231.88º 1% 0.67% -
HSV(B) 231.88º 0.67% 1% -
XYZ 27.16 19.88 97.01 -
YUV 117.88 205.38 104.55 -
System Red Green Blue C M Y K H S L
Decimal 85 108 255 0.67 0.58 0 0 231.88 1 0.67
Hex 55 6C FF 43 3A 0 0 E8 64 43
Octal 125 154 377 103 72 0 0 350 144 103
Binary 1010101 1101100 11111111 1000011 111010 0 0 11101000 1100100 1000011

Color Harmonies of #556CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CFF

Black with #556CFF

Text Example


Text Example

White with #556CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556CFF; }

 p { color: rgb(85,108,255); }

 H1.HeaderClassName
 {
   color: #556CFF;
 }
 .AnyTagClassName
 {
   color: #556CFF;
 }
</style>

background-color css

<style>
 a { background-color: #556CFF; }

 a { background-color: rgb(85,108,255); }

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

border-color css

<style>
 span { border-color: #556CFF; }

 span { border-color: rgb(85,108,255); }

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