#2F3EF8

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

Shades of Neon Blue #2F3EF8

Tints of Neon Blue #2F3EF8

Color information

#2F3EF8 (or 0x2F3EF8) is unknown color: approx Neon Blue. HEX triplet: 2F, 3E and F8. RGB value is (47,62,248). Sum of RGB (Red+Green+Blue) = 47+62+248=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 248 (97.27% from 255 or 69.47% from 357); Max value from RGB is 248 - color contains mainly: blue. Hex color #2F3EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3EF8 is #D0C107. Grayscale: #4D4D4D. Windows color (decimal): -13680904 or 16268847. OLE color: 16268847.

HSL color Cylindrical-coordinate representation of color #2F3EF8: hue angle of 235.52º 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 #2F3EF8 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4762248-
CMYK0.810.7500.03
HSL235.52º93.49%57.84%-
HSV(B)235.52º81.05%97.25%-
XYZ19.8410.8389.85-
YUV78.72223.53105.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.17%
GREEN value IS 62 (24.61% from 255) = 17.37%
BLUE value IS 248 (97.27% from 255) = 69.47%
R=13.17%
G=17.37%
B=69.47%

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
Decimal47622480.810.7500.03235.5293.4957.84
Hex2F3EF8514B03ec5d3a
Octal57763701211130335413572
Binary1011111111101111100010100011001011011111011001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3EF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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