Html Css Color HEX #5450F1 Neon Blue

📋 copy color: '#5450F1'

red 84 ◦ green 80 ◦ blue 241

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

Shades of Neon Blue #5450F1

Tints of Neon Blue #5450F1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.75%

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

R = 20.74%
G = 19.75%
B = 59.51%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5450F1 (or 0x5450F1) is known color: Neon Blue. HEX triplet: 54, 50 and F1. RGB value is (84,80,241). Sum of RGB (Red+Green+Blue) = 84+80+241=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 241 (94.53% from 255 or 59.51% from 405); Max value from RGB is 241 - color contains mainly: blue. Hex color #5450F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5450F1 is #ABAF0E. Grayscale: #626262. Windows color (decimal): -11251471 or 15814740. OLE color: 15814740.

HSL color Cylindrical-coordinate representation of color #5450F1: hue angle of 241.49º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5450F1 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 80 241 -
CMYK 0.65 0.67 0 0.05
HSL 241.49º 0.85% 0.63% -
HSV(B) 241.49º 0.67% 0.95% -
XYZ 22.4 13.97 84.74 -
YUV 99.55 207.83 116.91 -
System Red Green Blue C M Y K H S L
Decimal 84 80 241 0.65 0.67 0 0.05 241.49 0.85 0.63
Hex 54 50 F1 41 43 0 5 F1 55 3F
Octal 124 120 361 101 103 0 5 361 125 77
Binary 1010100 1010000 11110001 1000001 1000011 0 101 11110001 1010101 111111

Color Harmonies of #5450F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5450F1

Black with #5450F1

Text Example


Text Example

White with #5450F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5450F1; }

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

 H1.HeaderClassName
 {
   color: #5450F1;
 }
 .AnyTagClassName
 {
   color: #5450F1;
 }
</style>

background-color css

<style>
 a { background-color: #5450F1; }

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

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

border-color css

<style>
 span { border-color: #5450F1; }

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

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