#1245FB

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

Shades of Neon Blue #1245FB

Tints of Neon Blue #1245FB

Color information

#1245FB (or 0x1245FB) is unknown color: approx Neon Blue. HEX triplet: 12, 45 and FB. RGB value is (18,69,251). Sum of RGB (Red+Green+Blue) = 18+69+251=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #1245FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1245FB is #EDBA04. Grayscale: #494949. Windows color (decimal): -15579653 or 16467218. OLE color: 16467218.

HSL color Cylindrical-coordinate representation of color #1245FB: hue angle of 226.87º 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 #1245FB is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1869251-
CMYK0.930.7300.02
HSL226.87º96.68%52.75%-
HSV(B)226.87º92.83%98.43%-
XYZ19.7911.3592.41-
YUV74.5227.687.7-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.33%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 251 (98.44% from 255) = 74.26%
R=5.33%
G=20.41%
B=74.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18692510.930.7300.02226.8796.6852.75
Hex1245FB5D4902e36135
Octal221053731351110234314165
Binary1001010001011111101110111011001001010111000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1245FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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