Html Css Color HEX #555CF1 Neon Blue

📋 copy color: '#555CF1'

red 85 ◦ green 92 ◦ blue 241

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

Shades of Neon Blue #555CF1

Tints of Neon Blue #555CF1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.01%

 BLUE value IS 241 (94.53% from 255) = 57.66%

R = 20.33%
G = 22.01%
B = 57.66%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#555CF1 (or 0x555CF1) is known color: Neon Blue. HEX triplet: 55, 5C and F1. RGB value is (85,92,241). Sum of RGB (Red+Green+Blue) = 85+92+241=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #555CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CF1 is #AAA30E. Grayscale: #6A6A6A. Windows color (decimal): -11182863 or 15817813. OLE color: 15817813.

HSL color Cylindrical-coordinate representation of color #555CF1: hue angle of 237.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #555CF1 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 92 241 -
CMYK 0.65 0.62 0 0.05
HSL 237.31º 0.85% 0.64% -
HSV(B) 237.31º 0.65% 0.95% -
XYZ 23.45 15.94 85.06 -
YUV 106.89 203.68 112.38 -
System Red Green Blue C M Y K H S L
Decimal 85 92 241 0.65 0.62 0 0.05 237.31 0.85 0.64
Hex 55 5C F1 41 3E 0 5 ED 55 40
Octal 125 134 361 101 76 0 5 355 125 100
Binary 1010101 1011100 11110001 1000001 111110 0 101 11101101 1010101 1000000

Color Harmonies of #555CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555CF1

Black with #555CF1

Text Example


Text Example

White with #555CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,92,241); }

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

background-color css

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

 a { background-color: rgb(85,92,241); }

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

border-color css

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

 span { border-color: rgb(85,92,241); }

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