Html Css Color HEX #5453FC Neon Blue

📋 copy color: '#5453FC'

red 84 ◦ green 83 ◦ blue 252

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

Shades of Neon Blue #5453FC

Tints of Neon Blue #5453FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

 BLUE value IS 252 (98.83% from 255) = 60.14%

R = 20.05%
G = 19.81%
B = 60.14%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5453FC (or 0x5453FC) is known color: Neon Blue. HEX triplet: 54, 53 and FC. RGB value is (84,83,252). Sum of RGB (Red+Green+Blue) = 84+83+252=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #5453FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5453FC is #ABAC03. Grayscale: #656565. Windows color (decimal): -11250692 or 16536404. OLE color: 16536404.

HSL color Cylindrical-coordinate representation of color #5453FC: hue angle of 240.36º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5453FC is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 83 252 -
CMYK 0.67 0.67 0 0.01
HSL 240.36º 0.97% 0.66% -
HSV(B) 240.36º 0.67% 0.99% -
XYZ 24.32 15.1 93.73 -
YUV 102.57 212.33 114.76 -
System Red Green Blue C M Y K H S L
Decimal 84 83 252 0.67 0.67 0 0.01 240.36 0.97 0.66
Hex 54 53 FC 43 43 0 1 F0 61 42
Octal 124 123 374 103 103 0 1 360 141 102
Binary 1010100 1010011 11111100 1000011 1000011 0 1 11110000 1100001 1000010

Color Harmonies of #5453FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5453FC

Black with #5453FC

Text Example


Text Example

White with #5453FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5453FC; }

 p { color: rgb(84,83,252); }

 H1.HeaderClassName
 {
   color: #5453FC;
 }
 .AnyTagClassName
 {
   color: #5453FC;
 }
</style>

background-color css

<style>
 a { background-color: #5453FC; }

 a { background-color: rgb(84,83,252); }

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

border-color css

<style>
 span { border-color: #5453FC; }

 span { border-color: rgb(84,83,252); }

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