Html Css Color HEX #5569FA Neon Blue

📋 copy color: '#5569FA'

red 85 ◦ green 105 ◦ blue 250

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

Shades of Neon Blue #5569FA

Tints of Neon Blue #5569FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.86%

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 19.32%
G = 23.86%
B = 56.82%

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

#5569FA (or 0x5569FA) is known color: Neon Blue. HEX triplet: 55, 69 and FA. RGB value is (85,105,250). Sum of RGB (Red+Green+Blue) = 85+105+250=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #5569FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5569FA is #AA9605. Grayscale: #727272. Windows color (decimal): -11179526 or 16410965. OLE color: 16410965.

HSL color Cylindrical-coordinate representation of color #5569FA: hue angle of 232.73º degrees, saturation: 0.94, 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 #5569FA is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 105 250 -
CMYK 0.66 0.58 0 0.02
HSL 232.73º 0.94% 0.66% -
HSV(B) 232.73º 0.66% 0.98% -
XYZ 26.05 18.94 92.72 -
YUV 115.55 203.87 106.21 -
System Red Green Blue C M Y K H S L
Decimal 85 105 250 0.66 0.58 0 0.02 232.73 0.94 0.66
Hex 55 69 FA 42 3A 0 2 E9 5E 42
Octal 125 151 372 102 72 0 2 351 136 102
Binary 1010101 1101001 11111010 1000010 111010 0 10 11101001 1011110 1000010

Color Harmonies of #5569FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5569FA

Black with #5569FA

Text Example


Text Example

White with #5569FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5569FA; }

 p { color: rgb(85,105,250); }

 H1.HeaderClassName
 {
   color: #5569FA;
 }
 .AnyTagClassName
 {
   color: #5569FA;
 }
</style>

background-color css

<style>
 a { background-color: #5569FA; }

 a { background-color: rgb(85,105,250); }

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

border-color css

<style>
 span { border-color: #5569FA; }

 span { border-color: rgb(85,105,250); }

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