Html Css Color HEX #556AFB Neon Blue

📋 copy color: '#556AFB'

red 85 ◦ green 106 ◦ blue 251

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

Shades of Neon Blue #556AFB

Tints of Neon Blue #556AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 19.23%
G = 23.98%
B = 56.79%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#556AFB (or 0x556AFB) is known color: Neon Blue. HEX triplet: 55, 6A and FB. RGB value is (85,106,251). Sum of RGB (Red+Green+Blue) = 85+106+251=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #556AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556AFB is #AA9504. Grayscale: #737373. Windows color (decimal): -11179269 or 16476757. OLE color: 16476757.

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

Color convert

RGB 85 106 251 -
CMYK 0.66 0.58 0 0.02
HSL 232.41º 0.95% 0.66% -
HSV(B) 232.41º 0.66% 0.98% -
XYZ 26.31 19.2 93.59 -
YUV 116.25 204.04 105.71 -
System Red Green Blue C M Y K H S L
Decimal 85 106 251 0.66 0.58 0 0.02 232.41 0.95 0.66
Hex 55 6A FB 42 3A 0 2 E8 5F 42
Octal 125 152 373 102 72 0 2 350 137 102
Binary 1010101 1101010 11111011 1000010 111010 0 10 11101000 1011111 1000010

Color Harmonies of #556AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556AFB

Black with #556AFB

Text Example


Text Example

White with #556AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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