Html Css Color HEX #493DFC Neon Blue

📋 copy color: '#493DFC'

red 73 ◦ green 61 ◦ blue 252

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

Shades of Neon Blue #493DFC

Tints of Neon Blue #493DFC

RGB

 RED value IS 73 (28.91% from 255) = 18.91%

 GREEN value IS 61 (24.22% from 255) = 15.8%

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

R = 18.91%
G = 15.8%
B = 65.28%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#493DFC (or 0x493DFC) is known color: Neon Blue. HEX triplet: 49, 3D and FC. RGB value is (73,61,252). Sum of RGB (Red+Green+Blue) = 73+61+252=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #493DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493DFC is #B6C203. Grayscale: #555555. Windows color (decimal): -11977220 or 16530761. OLE color: 16530761.

HSL color Cylindrical-coordinate representation of color #493DFC: hue angle of 243.77º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #493DFC is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 61 252 -
CMYK 0.71 0.76 0 0.01
HSL 243.77º 0.97% 0.61% -
HSV(B) 243.77º 0.76% 0.99% -
XYZ 21.99 11.78 93.21 -
YUV 86.36 221.48 118.47 -
System Red Green Blue C M Y K H S L
Decimal 73 61 252 0.71 0.76 0 0.01 243.77 0.97 0.61
Hex 49 3D FC 47 4C 0 1 F4 61 3D
Octal 111 75 374 107 114 0 1 364 141 75
Binary 1001001 111101 11111100 1000111 1001100 0 1 11110100 1100001 111101

Color Harmonies of #493DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DFC

Black with #493DFC

Text Example


Text Example

White with #493DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493DFC; }

 p { color: rgb(73,61,252); }

 H1.HeaderClassName
 {
   color: #493DFC;
 }
 .AnyTagClassName
 {
   color: #493DFC;
 }
</style>

background-color css

<style>
 a { background-color: #493DFC; }

 a { background-color: rgb(73,61,252); }

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

border-color css

<style>
 span { border-color: #493DFC; }

 span { border-color: rgb(73,61,252); }

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