Html Css Color HEX #495DF8 Neon Blue

📋 copy color: '#495DF8'

red 73 ◦ green 93 ◦ blue 248

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

Shades of Neon Blue #495DF8

Tints of Neon Blue #495DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.46%

 BLUE value IS 248 (97.27% from 255) = 59.9%

R = 17.63%
G = 22.46%
B = 59.9%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#495DF8 (or 0x495DF8) is known color: Neon Blue. HEX triplet: 49, 5D and F8. RGB value is (73,93,248). Sum of RGB (Red+Green+Blue) = 73+93+248=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 248 (97.27% from 255 or 59.90% from 414); Max value from RGB is 248 - color contains mainly: blue. Hex color #495DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495DF8 is #B6A207. Grayscale: #686868. Windows color (decimal): -11969032 or 16276809. OLE color: 16276809.

HSL color Cylindrical-coordinate representation of color #495DF8: hue angle of 233.14º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #495DF8 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 93 248 -
CMYK 0.71 0.62 0 0.03
HSL 233.14º 0.93% 0.63% -
HSV(B) 233.14º 0.71% 0.97% -
XYZ 23.61 16.02 90.66 -
YUV 104.69 208.87 105.4 -
System Red Green Blue C M Y K H S L
Decimal 73 93 248 0.71 0.62 0 0.03 233.14 0.93 0.63
Hex 49 5D F8 47 3E 0 3 E9 5D 3F
Octal 111 135 370 107 76 0 3 351 135 77
Binary 1001001 1011101 11111000 1000111 111110 0 11 11101001 1011101 111111

Color Harmonies of #495DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DF8

Black with #495DF8

Text Example


Text Example

White with #495DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495DF8; }

 p { color: rgb(73,93,248); }

 H1.HeaderClassName
 {
   color: #495DF8;
 }
 .AnyTagClassName
 {
   color: #495DF8;
 }
</style>

background-color css

<style>
 a { background-color: #495DF8; }

 a { background-color: rgb(73,93,248); }

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

border-color css

<style>
 span { border-color: #495DF8; }

 span { border-color: rgb(73,93,248); }

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