Html Css Color HEX #554FFF Neon Blue

📋 copy color: '#554FFF'

red 85 ◦ green 79 ◦ blue 255

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

Shades of Neon Blue #554FFF

Tints of Neon Blue #554FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 20.29%
G = 18.85%
B = 60.86%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#554FFF (or 0x554FFF) is known color: Neon Blue. HEX triplet: 55, 4F and FF. RGB value is (85,79,255). Sum of RGB (Red+Green+Blue) = 85+79+255=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #554FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554FFF is #AAB000. Grayscale: #646464. Windows color (decimal): -11186177 or 16731989. OLE color: 16731989.

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

Color convert

RGB 85 79 255 -
CMYK 0.67 0.69 0 0
HSL 242.05º 1% 0.65% -
HSV(B) 242.05º 0.69% 1% -
XYZ 24.59 14.74 96.16 -
YUV 100.86 214.99 116.69 -
System Red Green Blue C M Y K H S L
Decimal 85 79 255 0.67 0.69 0 0 242.05 1 0.65
Hex 55 4F FF 43 45 0 0 F2 64 41
Octal 125 117 377 103 105 0 0 362 144 101
Binary 1010101 1001111 11111111 1000011 1000101 0 0 11110010 1100100 1000001

Color Harmonies of #554FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554FFF

Black with #554FFF

Text Example


Text Example

White with #554FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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