Html Css Color HEX #495CFD Neon Blue

📋 copy color: '#495CFD'

red 73 ◦ green 92 ◦ blue 253

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

Shades of Neon Blue #495CFD

Tints of Neon Blue #495CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 17.46%
G = 22.01%
B = 60.53%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#495CFD (or 0x495CFD) is known color: Neon Blue. HEX triplet: 49, 5C and FD. RGB value is (73,92,253). Sum of RGB (Red+Green+Blue) = 73+92+253=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #495CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CFD is #B6A302. Grayscale: #686868. Windows color (decimal): -11969283 or 16604233. OLE color: 16604233.

HSL color Cylindrical-coordinate representation of color #495CFD: hue angle of 233.67º degrees, saturation: 0.98, 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 #495CFD is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 92 253 -
CMYK 0.71 0.64 0 0.01
HSL 233.67º 0.98% 0.64% -
HSV(B) 233.67º 0.71% 0.99% -
XYZ 24.3 16.16 94.77 -
YUV 104.67 211.71 105.41 -
System Red Green Blue C M Y K H S L
Decimal 73 92 253 0.71 0.64 0 0.01 233.67 0.98 0.64
Hex 49 5C FD 47 40 0 1 EA 62 40
Octal 111 134 375 107 100 0 1 352 142 100
Binary 1001001 1011100 11111101 1000111 1000000 0 1 11101010 1100010 1000000

Color Harmonies of #495CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495CFD

Black with #495CFD

Text Example


Text Example

White with #495CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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