Html Css Color HEX #544AF1 Neon Blue

📋 copy color: '#544AF1'

red 84 ◦ green 74 ◦ blue 241

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

Shades of Neon Blue #544AF1

Tints of Neon Blue #544AF1

RGB

 RED value IS 84 (33.2% from 255) = 21.05%

 GREEN value IS 74 (29.3% from 255) = 18.55%

 BLUE value IS 241 (94.53% from 255) = 60.4%

R = 21.05%
G = 18.55%
B = 60.4%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#544AF1 (or 0x544AF1) is known color: Neon Blue. HEX triplet: 54, 4A and F1. RGB value is (84,74,241). Sum of RGB (Red+Green+Blue) = 84+74+241=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #544AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #544AF1 is #ABB50E. Grayscale: #5F5F5F. Windows color (decimal): -11253007 or 15813204. OLE color: 15813204.

HSL color Cylindrical-coordinate representation of color #544AF1: hue angle of 243.59º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #544AF1 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 74 241 -
CMYK 0.65 0.69 0 0.05
HSL 243.59º 0.86% 0.62% -
HSV(B) 243.59º 0.69% 0.95% -
XYZ 21.98 13.13 84.6 -
YUV 96.03 209.81 119.42 -
System Red Green Blue C M Y K H S L
Decimal 84 74 241 0.65 0.69 0 0.05 243.59 0.86 0.62
Hex 54 4A F1 41 45 0 5 F4 56 3E
Octal 124 112 361 101 105 0 5 364 126 76
Binary 1010100 1001010 11110001 1000001 1000101 0 101 11110100 1010110 111110

Color Harmonies of #544AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544AF1

Black with #544AF1

Text Example


Text Example

White with #544AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544AF1; }

 p { color: rgb(84,74,241); }

 H1.HeaderClassName
 {
   color: #544AF1;
 }
 .AnyTagClassName
 {
   color: #544AF1;
 }
</style>

background-color css

<style>
 a { background-color: #544AF1; }

 a { background-color: rgb(84,74,241); }

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

border-color css

<style>
 span { border-color: #544AF1; }

 span { border-color: rgb(84,74,241); }

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