Html Css Color HEX #493BFE Neon Blue

📋 copy color: '#493BFE'

red 73 ◦ green 59 ◦ blue 254

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

Shades of Neon Blue #493BFE

Tints of Neon Blue #493BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.28%

 BLUE value IS 254 (99.61% from 255) = 65.8%

R = 18.91%
G = 15.28%
B = 65.8%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#493BFE (or 0x493BFE) is known color: Neon Blue. HEX triplet: 49, 3B and FE. RGB value is (73,59,254). Sum of RGB (Red+Green+Blue) = 73+59+254=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #493BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493BFE is #B6C401. Grayscale: #545454. Windows color (decimal): -11977730 or 16661321. OLE color: 16661321.

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

Color convert

RGB 73 59 254 -
CMYK 0.71 0.77 0 0.00
HSL 244.31º 0.99% 0.61% -
HSV(B) 244.31º 0.77% 1% -
XYZ 22.2 11.7 94.85 -
YUV 85.42 223.14 119.14 -
System Red Green Blue C M Y K H S L
Decimal 73 59 254 0.71 0.77 0 0.00 244.31 0.99 0.61
Hex 49 3B FE 47 4D 0 0 F4 63 3D
Octal 111 73 376 107 115 0 0 364 143 75
Binary 1001001 111011 11111110 1000111 1001101 0 0 11110100 1100011 111101

Color Harmonies of #493BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BFE

Black with #493BFE

Text Example


Text Example

White with #493BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,59,254); }

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

background-color css

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

 a { background-color: rgb(73,59,254); }

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

border-color css

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

 span { border-color: rgb(73,59,254); }

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