Html Css Color HEX #555EF0 Neon Blue

📋 copy color: '#555EF0'

red 85 ◦ green 94 ◦ blue 240

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

Shades of Neon Blue #555EF0

Tints of Neon Blue #555EF0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.43%

 BLUE value IS 240 (94.14% from 255) = 57.28%

R = 20.29%
G = 22.43%
B = 57.28%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#555EF0 (or 0x555EF0) is known color: Neon Blue. HEX triplet: 55, 5E and F0. RGB value is (85,94,240). Sum of RGB (Red+Green+Blue) = 85+94+240=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 240 (94.14% from 255 or 57.28% from 419); Max value from RGB is 240 - color contains mainly: blue. Hex color #555EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EF0 is #AAA10F. Grayscale: #6B6B6B. Windows color (decimal): -11182352 or 15752789. OLE color: 15752789.

HSL color Cylindrical-coordinate representation of color #555EF0: hue angle of 236.52º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #555EF0 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 94 240 -
CMYK 0.65 0.61 0 0.06
HSL 236.52º 0.84% 0.64% -
HSV(B) 236.52º 0.65% 0.94% -
XYZ 23.48 16.23 84.33 -
YUV 107.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 85 94 240 0.65 0.61 0 0.06 236.52 0.84 0.64
Hex 55 5E F0 41 3D 0 6 ED 54 40
Octal 125 136 360 101 75 0 6 355 124 100
Binary 1010101 1011110 11110000 1000001 111101 0 110 11101101 1010100 1000000

Color Harmonies of #555EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555EF0

Black with #555EF0

Text Example


Text Example

White with #555EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,94,240); }

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

background-color css

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

 a { background-color: rgb(85,94,240); }

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

border-color css

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

 span { border-color: rgb(85,94,240); }

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