#1F30FB

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

Shades of Neon Blue #1F30FB

Tints of Neon Blue #1F30FB

Color information

#1F30FB (or 0x1F30FB) is unknown color: approx Neon Blue. HEX triplet: 1F, 30 and FB. RGB value is (31,48,251). Sum of RGB (Red+Green+Blue) = 31+48+251=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F30FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F30FB is #E0CF04. Grayscale: #414141. Windows color (decimal): -14733061 or 16461855. OLE color: 16461855.

HSL color Cylindrical-coordinate representation of color #1F30FB: hue angle of 235.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F30FB is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3148251-
CMYK0.880.8100.02
HSL235.36º96.49%55.29%-
HSV(B)235.36º87.65%98.43%-
XYZ19.039.3792.07-
YUV66.06232.37102.99-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.39%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 251 (98.44% from 255) = 76.06%
R=9.39%
G=14.55%
B=76.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal31482510.880.8100.02235.3696.4955.29
Hex1F30FB585102eb6037
Octal37603731301210235314067
Binary111111100001111101110110001010001010111010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F30FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,251); }

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

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

 a { background-color: rgb(31,48,251); }

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

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

 span { border-color: rgb(31,48,251); }

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