Html Css Color HEX #554DFF Neon Blue

📋 copy color: '#554DFF'

red 85 ◦ green 77 ◦ blue 255

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

Shades of Neon Blue #554DFF

Tints of Neon Blue #554DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.47%

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

R = 20.38%
G = 18.47%
B = 61.15%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#554DFF (or 0x554DFF) is known color: Neon Blue. HEX triplet: 55, 4D and FF. RGB value is (85,77,255). Sum of RGB (Red+Green+Blue) = 85+77+255=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #554DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554DFF is #AAB200. Grayscale: #626262. Windows color (decimal): -11186689 or 16731477. OLE color: 16731477.

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

Color convert

RGB 85 77 255 -
CMYK 0.67 0.70 0 0
HSL 242.7º 1% 0.65% -
HSV(B) 242.7º 0.7% 1% -
XYZ 24.45 14.46 96.11 -
YUV 99.68 215.65 117.53 -
System Red Green Blue C M Y K H S L
Decimal 85 77 255 0.67 0.70 0 0 242.7 1 0.65
Hex 55 4D FF 43 46 0 0 F3 64 41
Octal 125 115 377 103 106 0 0 363 144 101
Binary 1010101 1001101 11111111 1000011 1000110 0 0 11110011 1100100 1000001

Color Harmonies of #554DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DFF

Black with #554DFF

Text Example


Text Example

White with #554DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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