Html Css Color HEX #554EF0 Neon Blue

📋 copy color: '#554EF0'

red 85 ◦ green 78 ◦ blue 240

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

Shades of Neon Blue #554EF0

Tints of Neon Blue #554EF0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.35%

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

R = 21.09%
G = 19.35%
B = 59.55%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#554EF0 (or 0x554EF0) is known color: Neon Blue. HEX triplet: 55, 4E and F0. RGB value is (85,78,240). Sum of RGB (Red+Green+Blue) = 85+78+240=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 240 (94.14% from 255 or 59.55% from 403); Max value from RGB is 240 - color contains mainly: blue. Hex color #554EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554EF0 is #AAB10F. Grayscale: #616161. Windows color (decimal): -11186448 or 15748693. OLE color: 15748693.

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

Color convert

RGB 85 78 240 -
CMYK 0.65 0.68 0 0.06
HSL 242.59º 0.84% 0.62% -
HSV(B) 242.59º 0.68% 0.94% -
XYZ 22.2 13.67 83.91 -
YUV 98.56 207.82 118.33 -
System Red Green Blue C M Y K H S L
Decimal 85 78 240 0.65 0.68 0 0.06 242.59 0.84 0.62
Hex 55 4E F0 41 44 0 6 F3 54 3E
Octal 125 116 360 101 104 0 6 363 124 76
Binary 1010101 1001110 11110000 1000001 1000100 0 110 11110011 1010100 111110

Color Harmonies of #554EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554EF0

Black with #554EF0

Text Example


Text Example

White with #554EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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