Html Css Color HEX #495CF8 Neon Blue

📋 copy color: '#495CF8'

red 73 ◦ green 92 ◦ blue 248

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

Shades of Neon Blue #495CF8

Tints of Neon Blue #495CF8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.28%

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

R = 17.68%
G = 22.28%
B = 60.05%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#495CF8 (or 0x495CF8) is known color: Neon Blue. HEX triplet: 49, 5C and F8. RGB value is (73,92,248). Sum of RGB (Red+Green+Blue) = 73+92+248=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #495CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CF8 is #B6A307. Grayscale: #676767. Windows color (decimal): -11969288 or 16276553. OLE color: 16276553.

HSL color Cylindrical-coordinate representation of color #495CF8: hue angle of 233.49º 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 #495CF8 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 92 248 -
CMYK 0.71 0.63 0 0.03
HSL 233.49º 0.93% 0.63% -
HSV(B) 233.49º 0.71% 0.97% -
XYZ 23.52 15.85 90.63 -
YUV 104.1 209.21 105.82 -
System Red Green Blue C M Y K H S L
Decimal 73 92 248 0.71 0.63 0 0.03 233.49 0.93 0.63
Hex 49 5C F8 47 3F 0 3 E9 5D 3F
Octal 111 134 370 107 77 0 3 351 135 77
Binary 1001001 1011100 11111000 1000111 111111 0 11 11101001 1011101 111111

Color Harmonies of #495CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CF8

Black with #495CF8

Text Example


Text Example

White with #495CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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