#1F4CFF

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

Shades of Neon Blue #1F4CFF

Tints of Neon Blue #1F4CFF

Color information

#1F4CFF (or 0x1F4CFF) is unknown color: approx Neon Blue. HEX triplet: 1F, 4C and FF. RGB value is (31,76,255). Sum of RGB (Red+Green+Blue) = 31+76+255=362 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.56% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F4CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F4CFF is #E0B300. Grayscale: #525252. Windows color (decimal): -14725889 or 16731167. OLE color: 16731167.

HSL color Cylindrical-coordinate representation of color #1F4CFF: hue angle of 227.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F4CFF is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB3176255-
CMYK0.880.7000
HSL227.95º100%56.08%-
HSV(B)227.95º87.84%100%-
XYZ21.212.6895.94-
YUV82.95225.0990.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.56%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 255 (100% from 255) = 70.44%
R=8.56%
G=20.99%
B=70.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal31762550.880.7000227.9510056.08
Hex1F4CFF584600e46438
Octal371143771301060034414470
Binary111111001100111111111011000100011000111001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F4CFF; }

 p { color: rgb(31,76,255); }

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

<style>
 a { background-color: #1F4CFF; }

 a { background-color: rgb(31,76,255); }

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

<style>
 span { border-color: #1F4CFF; }

 span { border-color: rgb(31,76,255); }

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