Html Css Color HEX #556BFF Neon Blue

📋 copy color: '#556BFF'

red 85 ◦ green 107 ◦ blue 255

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

Shades of Neon Blue #556BFF

Tints of Neon Blue #556BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

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

R = 19.02%
G = 23.94%
B = 57.05%

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

#556BFF (or 0x556BFF) is known color: Neon Blue. HEX triplet: 55, 6B and FF. RGB value is (85,107,255). Sum of RGB (Red+Green+Blue) = 85+107+255=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #556BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556BFF is #AA9400. Grayscale: #747474. Windows color (decimal): -11179009 or 16739157. OLE color: 16739157.

HSL color Cylindrical-coordinate representation of color #556BFF: hue angle of 232.24º 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 #556BFF is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 107 255 -
CMYK 0.67 0.58 0 0
HSL 232.24º 1% 0.67% -
HSV(B) 232.24º 0.67% 1% -
XYZ 27.05 19.67 96.98 -
YUV 117.29 205.71 104.97 -
System Red Green Blue C M Y K H S L
Decimal 85 107 255 0.67 0.58 0 0 232.24 1 0.67
Hex 55 6B FF 43 3A 0 0 E8 64 43
Octal 125 153 377 103 72 0 0 350 144 103
Binary 1010101 1101011 11111111 1000011 111010 0 0 11101000 1100100 1000011

Color Harmonies of #556BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BFF

Black with #556BFF

Text Example


Text Example

White with #556BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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