Html Css Color HEX #556AFE Neon Blue

📋 copy color: '#556AFE'

red 85 ◦ green 106 ◦ blue 254

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

Shades of Neon Blue #556AFE

Tints of Neon Blue #556AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 19.1%
G = 23.82%
B = 57.08%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#556AFE (or 0x556AFE) is known color: Neon Blue. HEX triplet: 55, 6A and FE. RGB value is (85,106,254). Sum of RGB (Red+Green+Blue) = 85+106+254=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #556AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556AFE is #AA9501. Grayscale: #737373. Windows color (decimal): -11179266 or 16673365. OLE color: 16673365.

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

Color convert

RGB 85 106 254 -
CMYK 0.67 0.58 0 0.00
HSL 232.54º 0.99% 0.66% -
HSV(B) 232.54º 0.67% 1% -
XYZ 26.79 19.4 96.1 -
YUV 116.59 205.54 105.47 -
System Red Green Blue C M Y K H S L
Decimal 85 106 254 0.67 0.58 0 0.00 232.54 0.99 0.66
Hex 55 6A FE 43 3A 0 0 E9 63 42
Octal 125 152 376 103 72 0 0 351 143 102
Binary 1010101 1101010 11111110 1000011 111010 0 0 11101001 1100011 1000010

Color Harmonies of #556AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556AFE

Black with #556AFE

Text Example


Text Example

White with #556AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,106,254); }

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

background-color css

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

 a { background-color: rgb(85,106,254); }

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

border-color css

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

 span { border-color: rgb(85,106,254); }

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