#2F3DF8

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

Shades of Neon Blue #2F3DF8

Tints of Neon Blue #2F3DF8

Color information

#2F3DF8 (or 0x2F3DF8) is unknown color: approx Neon Blue. HEX triplet: 2F, 3D and F8. RGB value is (47,61,248). Sum of RGB (Red+Green+Blue) = 47+61+248=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 248 (97.27% from 255 or 69.66% from 356); Max value from RGB is 248 - color contains mainly: blue. Hex color #2F3DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3DF8 is #D0C207. Grayscale: #4D4D4D. Windows color (decimal): -13681160 or 16268591. OLE color: 16268591.

HSL color Cylindrical-coordinate representation of color #2F3DF8: hue angle of 235.82º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F3DF8 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4761248-
CMYK0.810.7500.03
HSL235.82º93.49%57.84%-
HSV(B)235.82º81.05%97.25%-
XYZ19.7810.7289.83-
YUV78.13223.86105.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.20%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 248 (97.27% from 255) = 69.66%
R=13.20%
G=17.13%
B=69.66%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal47612480.810.7500.03235.8293.4957.84
Hex2F3DF8514B03ec5d3a
Octal57753701211130335413572
Binary1011111111011111100010100011001011011111011001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3DF8; }

 p { color: rgb(47,61,248); }

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

<style>
 a { background-color: #2F3DF8; }

 a { background-color: rgb(47,61,248); }

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

<style>
 span { border-color: #2F3DF8; }

 span { border-color: rgb(47,61,248); }

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