Html Css Color HEX #493CFA Neon Blue

📋 copy color: '#493CFA'

red 73 ◦ green 60 ◦ blue 250

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

Shades of Neon Blue #493CFA

Tints of Neon Blue #493CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.67%

 BLUE value IS 250 (98.05% from 255) = 65.27%

R = 19.06%
G = 15.67%
B = 65.27%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#493CFA (or 0x493CFA) is known color: Neon Blue. HEX triplet: 49, 3C and FA. RGB value is (73,60,250). Sum of RGB (Red+Green+Blue) = 73+60+250=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #493CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493CFA is #B6C305. Grayscale: #545454. Windows color (decimal): -11977478 or 16399433. OLE color: 16399433.

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

Color convert

RGB 73 60 250 -
CMYK 0.71 0.76 0 0.02
HSL 244.11º 0.95% 0.61% -
HSV(B) 244.11º 0.76% 0.98% -
XYZ 21.62 11.55 91.53 -
YUV 85.55 220.81 119.05 -
System Red Green Blue C M Y K H S L
Decimal 73 60 250 0.71 0.76 0 0.02 244.11 0.95 0.61
Hex 49 3C FA 47 4C 0 2 F4 5F 3D
Octal 111 74 372 107 114 0 2 364 137 75
Binary 1001001 111100 11111010 1000111 1001100 0 10 11110100 1011111 111101

Color Harmonies of #493CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CFA

Black with #493CFA

Text Example


Text Example

White with #493CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,60,250); }

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

background-color css

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

 a { background-color: rgb(73,60,250); }

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

border-color css

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

 span { border-color: rgb(73,60,250); }

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