#1642F9

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

Shades of Neon Blue #1642F9

Tints of Neon Blue #1642F9

Color information

#1642F9 (or 0x1642F9) is unknown color: approx Neon Blue. HEX triplet: 16, 42 and F9. RGB value is (22,66,249). Sum of RGB (Red+Green+Blue) = 22+66+249=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 249 (97.66% from 255 or 73.89% from 337); Max value from RGB is 249 - color contains mainly: blue. Hex color #1642F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1642F9 is #E9BD06. Grayscale: #484848. Windows color (decimal): -15318279 or 16335382. OLE color: 16335382.

HSL color Cylindrical-coordinate representation of color #1642F9: hue angle of 228.37º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1642F9 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2266249-
CMYK0.910.7300.02
HSL228.37º94.98%53.14%-
HSV(B)228.37º91.16%97.65%-
XYZ19.3810.9190.71-
YUV73.71226.9291.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.53%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 249 (97.66% from 255) = 73.89%
R=6.53%
G=19.58%
B=73.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22662490.910.7300.02228.3794.9853.14
Hex1642F95B4902e45f35
Octal261023711331110234413765
Binary1011010000101111100110110111001001010111001001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1642F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1642F9; }

 p { color: rgb(22,66,249); }

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

<style>
 a { background-color: #1642F9; }

 a { background-color: rgb(22,66,249); }

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

<style>
 span { border-color: #1642F9; }

 span { border-color: rgb(22,66,249); }

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