Html Css Color HEX #493FFC Neon Blue

📋 copy color: '#493FFC'

red 73 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #493FFC

Tints of Neon Blue #493FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 16.24%

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

R = 18.81%
G = 16.24%
B = 64.95%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#493FFC (or 0x493FFC) is known color: Neon Blue. HEX triplet: 49, 3F and FC. RGB value is (73,63,252). Sum of RGB (Red+Green+Blue) = 73+63+252=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #493FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FFC is #B6C003. Grayscale: #565656. Windows color (decimal): -11976708 or 16531273. OLE color: 16531273.

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

Color convert

RGB 73 63 252 -
CMYK 0.71 0.75 0 0.01
HSL 243.17º 0.97% 0.62% -
HSV(B) 243.17º 0.75% 0.99% -
XYZ 22.1 12 93.25 -
YUV 87.54 220.81 117.63 -
System Red Green Blue C M Y K H S L
Decimal 73 63 252 0.71 0.75 0 0.01 243.17 0.97 0.62
Hex 49 3F FC 47 4B 0 1 F3 61 3E
Octal 111 77 374 107 113 0 1 363 141 76
Binary 1001001 111111 11111100 1000111 1001011 0 1 11110011 1100001 111110

Color Harmonies of #493FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FFC

Black with #493FFC

Text Example


Text Example

White with #493FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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