Html Css Color HEX #554FF0 Neon Blue

📋 copy color: '#554FF0'

red 85 ◦ green 79 ◦ blue 240

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

Shades of Neon Blue #554FF0

Tints of Neon Blue #554FF0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.55%

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

R = 21.04%
G = 19.55%
B = 59.41%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#554FF0 (or 0x554FF0) is known color: Neon Blue. HEX triplet: 55, 4F and F0. RGB value is (85,79,240). Sum of RGB (Red+Green+Blue) = 85+79+240=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #554FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554FF0 is #AAB00F. Grayscale: #626262. Windows color (decimal): -11186192 or 15748949. OLE color: 15748949.

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

Color convert

RGB 85 79 240 -
CMYK 0.65 0.67 0 0.06
HSL 242.24º 0.84% 0.63% -
HSV(B) 242.24º 0.67% 0.94% -
XYZ 22.27 13.81 83.93 -
YUV 99.15 207.49 117.91 -
System Red Green Blue C M Y K H S L
Decimal 85 79 240 0.65 0.67 0 0.06 242.24 0.84 0.63
Hex 55 4F F0 41 43 0 6 F2 54 3F
Octal 125 117 360 101 103 0 6 362 124 77
Binary 1010101 1001111 11110000 1000001 1000011 0 110 11110010 1010100 111111

Color Harmonies of #554FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FF0

Black with #554FF0

Text Example


Text Example

White with #554FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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