#414FFC

Color #414FFC Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #414FFC

Tints of Neon Blue #414FFC

Color information

#414FFC (or 0x414FFC) is unknown color: approx Neon Blue. HEX triplet: 41, 4F and FC. RGB value is (65,79,252). Sum of RGB (Red+Green+Blue) = 65+79+252=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #414FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #414FFC is #BEB003. Grayscale: #5D5D5D. Windows color (decimal): -12496900 or 16535361. OLE color: 16535361.

HSL color Cylindrical-coordinate representation of color #414FFC: hue angle of 235.51º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #414FFC is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6579252-
CMYK0.740.6900.01
HSL235.51º96.89%62.16%-
HSV(B)235.51º74.21%98.82%-
XYZ22.5513.7493.56-
YUV94.54216.86106.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.41%
GREEN value IS 79 (31.25% from 255) = 19.95%
BLUE value IS 252 (98.83% from 255) = 63.64%
R=16.41%
G=19.95%
B=63.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal65792520.740.6900.01235.5196.8962.16
Hex414FFC4A4501ec613e
Octal1011173741121050135414176
Binary10000011001111111111001001010100010101111011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414FFC; }

 p { color: rgb(65,79,252); }

 H1.HeaderClassName
 {
   color: #414FFC;
 }
 .AnyTagClassName
 {
   color: #414FFC;
 }
</style>
background-color css

<style>
 a { background-color: #414FFC; }

 a { background-color: rgb(65,79,252); }

 div.DivClassName
 {
   background-color: #414FFC;
 }
 .BgClassName
 {
   background-color: #414FFC;
 }
</style>
border-color css

<style>
 span { border-color: #414FFC; }

 span { border-color: rgb(65,79,252); }

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