Html Css Color HEX #495DFC Neon Blue

📋 copy color: '#495DFC'

red 73 ◦ green 93 ◦ blue 252

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

Shades of Neon Blue #495DFC

Tints of Neon Blue #495DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.29%

R = 17.46%
G = 22.25%
B = 60.29%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#495DFC (or 0x495DFC) is known color: Neon Blue. HEX triplet: 49, 5D and FC. RGB value is (73,93,252). Sum of RGB (Red+Green+Blue) = 73+93+252=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #495DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495DFC is #B6A203. Grayscale: #686868. Windows color (decimal): -11969028 or 16538953. OLE color: 16538953.

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

Color convert

RGB 73 93 252 -
CMYK 0.71 0.63 0 0.01
HSL 233.3º 0.97% 0.64% -
HSV(B) 233.3º 0.71% 0.99% -
XYZ 24.23 16.27 93.96 -
YUV 105.15 210.87 105.07 -
System Red Green Blue C M Y K H S L
Decimal 73 93 252 0.71 0.63 0 0.01 233.3 0.97 0.64
Hex 49 5D FC 47 3F 0 1 E9 61 40
Octal 111 135 374 107 77 0 1 351 141 100
Binary 1001001 1011101 11111100 1000111 111111 0 1 11101001 1100001 1000000

Color Harmonies of #495DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495DFC

Black with #495DFC

Text Example


Text Example

White with #495DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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