Html Css Color HEX #545DF6 Neon Blue

📋 copy color: '#545DF6'

red 84 ◦ green 93 ◦ blue 246

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

Shades of Neon Blue #545DF6

Tints of Neon Blue #545DF6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.99%

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 19.86%
G = 21.99%
B = 58.16%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#545DF6 (or 0x545DF6) is known color: Neon Blue. HEX triplet: 54, 5D and F6. RGB value is (84,93,246). Sum of RGB (Red+Green+Blue) = 84+93+246=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #545DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DF6 is #ABA209. Grayscale: #6B6B6B. Windows color (decimal): -11248138 or 16145748. OLE color: 16145748.

HSL color Cylindrical-coordinate representation of color #545DF6: hue angle of 236.67º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #545DF6 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 93 246 -
CMYK 0.66 0.62 0 0.04
HSL 236.67º 0.9% 0.65% -
HSV(B) 236.67º 0.66% 0.96% -
XYZ 24.21 16.37 89.07 -
YUV 107.75 206.02 111.06 -
System Red Green Blue C M Y K H S L
Decimal 84 93 246 0.66 0.62 0 0.04 236.67 0.9 0.65
Hex 54 5D F6 42 3E 0 4 ED 5A 41
Octal 124 135 366 102 76 0 4 355 132 101
Binary 1010100 1011101 11110110 1000010 111110 0 100 11101101 1011010 1000001

Color Harmonies of #545DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545DF6

Black with #545DF6

Text Example


Text Example

White with #545DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545DF6; }

 p { color: rgb(84,93,246); }

 H1.HeaderClassName
 {
   color: #545DF6;
 }
 .AnyTagClassName
 {
   color: #545DF6;
 }
</style>

background-color css

<style>
 a { background-color: #545DF6; }

 a { background-color: rgb(84,93,246); }

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

border-color css

<style>
 span { border-color: #545DF6; }

 span { border-color: rgb(84,93,246); }

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