#1247FB

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

Shades of Neon Blue #1247FB

Tints of Neon Blue #1247FB

Color information

#1247FB (or 0x1247FB) is unknown color: approx Neon Blue. HEX triplet: 12, 47 and FB. RGB value is (18,71,251). Sum of RGB (Red+Green+Blue) = 18+71+251=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #1247FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1247FB is #EDB804. Grayscale: #4A4A4A. Windows color (decimal): -15579141 or 16467730. OLE color: 16467730.

HSL color Cylindrical-coordinate representation of color #1247FB: hue angle of 226.35º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1247FB is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1871251-
CMYK0.930.7200.02
HSL226.35º96.68%52.75%-
HSV(B)226.35º92.83%98.43%-
XYZ19.9211.692.46-
YUV75.67226.9486.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.29%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 251 (98.44% from 255) = 73.82%
R=5.29%
G=20.88%
B=73.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18712510.930.7200.02226.3596.6852.75
Hex1247FB5D4802e26135
Octal221073731351100234214165
Binary1001010001111111101110111011001000010111000101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1247FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1247FB; }

 p { color: rgb(18,71,251); }

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

<style>
 a { background-color: #1247FB; }

 a { background-color: rgb(18,71,251); }

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

<style>
 span { border-color: #1247FB; }

 span { border-color: rgb(18,71,251); }

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