Html Css Color HEX #545DEF Neon Blue

📋 copy color: '#545DEF'

red 84 ◦ green 93 ◦ blue 239

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

Shades of Neon Blue #545DEF

Tints of Neon Blue #545DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.45%

R = 20.19%
G = 22.36%
B = 57.45%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#545DEF (or 0x545DEF) is known color: Neon Blue. HEX triplet: 54, 5D and EF. RGB value is (84,93,239). Sum of RGB (Red+Green+Blue) = 84+93+239=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #545DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DEF is #ABA210. Grayscale: #6A6A6A. Windows color (decimal): -11248145 or 15686996. OLE color: 15686996.

HSL color Cylindrical-coordinate representation of color #545DEF: hue angle of 236.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #545DEF is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 93 239 -
CMYK 0.65 0.61 0 0.06
HSL 236.52º 0.83% 0.63% -
HSV(B) 236.52º 0.65% 0.94% -
XYZ 23.15 15.95 83.52 -
YUV 106.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 84 93 239 0.65 0.61 0 0.06 236.52 0.83 0.63
Hex 54 5D EF 41 3D 0 6 ED 53 3F
Octal 124 135 357 101 75 0 6 355 123 77
Binary 1010100 1011101 11101111 1000001 111101 0 110 11101101 1010011 111111

Color Harmonies of #545DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545DEF

Black with #545DEF

Text Example


Text Example

White with #545DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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