Html Css Color HEX #493FFB Neon Blue

📋 copy color: '#493FFB'

red 73 ◦ green 63 ◦ blue 251

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

Shades of Neon Blue #493FFB

Tints of Neon Blue #493FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.86%

R = 18.86%
G = 16.28%
B = 64.86%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#493FFB (or 0x493FFB) is known color: Neon Blue. HEX triplet: 49, 3F and FB. RGB value is (73,63,251). Sum of RGB (Red+Green+Blue) = 73+63+251=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #493FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493FFB is #B6C004. Grayscale: #565656. Windows color (decimal): -11976709 or 16465737. OLE color: 16465737.

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

Color convert

RGB 73 63 251 -
CMYK 0.71 0.75 0 0.02
HSL 243.19º 0.96% 0.62% -
HSV(B) 243.19º 0.75% 0.98% -
XYZ 21.94 11.94 92.41 -
YUV 87.42 220.31 117.71 -
System Red Green Blue C M Y K H S L
Decimal 73 63 251 0.71 0.75 0 0.02 243.19 0.96 0.62
Hex 49 3F FB 47 4B 0 2 F3 60 3E
Octal 111 77 373 107 113 0 2 363 140 76
Binary 1001001 111111 11111011 1000111 1001011 0 10 11110011 1100000 111110

Color Harmonies of #493FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FFB

Black with #493FFB

Text Example


Text Example

White with #493FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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