Html Css Color HEX #555AF8 Neon Blue

📋 copy color: '#555AF8'

red 85 ◦ green 90 ◦ blue 248

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

Shades of Neon Blue #555AF8

Tints of Neon Blue #555AF8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

 BLUE value IS 248 (97.27% from 255) = 58.63%

R = 20.09%
G = 21.28%
B = 58.63%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#555AF8 (or 0x555AF8) is known color: Neon Blue. HEX triplet: 55, 5A and F8. RGB value is (85,90,248). Sum of RGB (Red+Green+Blue) = 85+90+248=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #555AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AF8 is #AAA507. Grayscale: #696969. Windows color (decimal): -11183368 or 16276053. OLE color: 16276053.

HSL color Cylindrical-coordinate representation of color #555AF8: hue angle of 238.16º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #555AF8 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 90 248 -
CMYK 0.66 0.64 0 0.03
HSL 238.16º 0.92% 0.65% -
HSV(B) 238.16º 0.66% 0.97% -
XYZ 24.35 16.02 90.62 -
YUV 106.52 207.84 112.65 -
System Red Green Blue C M Y K H S L
Decimal 85 90 248 0.66 0.64 0 0.03 238.16 0.92 0.65
Hex 55 5A F8 42 40 0 3 EE 5C 41
Octal 125 132 370 102 100 0 3 356 134 101
Binary 1010101 1011010 11111000 1000010 1000000 0 11 11101110 1011100 1000001

Color Harmonies of #555AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AF8

Black with #555AF8

Text Example


Text Example

White with #555AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555AF8; }

 p { color: rgb(85,90,248); }

 H1.HeaderClassName
 {
   color: #555AF8;
 }
 .AnyTagClassName
 {
   color: #555AF8;
 }
</style>

background-color css

<style>
 a { background-color: #555AF8; }

 a { background-color: rgb(85,90,248); }

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

border-color css

<style>
 span { border-color: #555AF8; }

 span { border-color: rgb(85,90,248); }

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