#2F38FE

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

Shades of Neon Blue #2F38FE

Tints of Neon Blue #2F38FE

Color information

#2F38FE (or 0x2F38FE) is unknown color: approx Neon Blue. HEX triplet: 2F, 38 and FE. RGB value is (47,56,254). Sum of RGB (Red+Green+Blue) = 47+56+254=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F38FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F38FE is #D0C701. Grayscale: #4B4B4B. Windows color (decimal): -13682434 or 16660527. OLE color: 16660527.

HSL color Cylindrical-coordinate representation of color #2F38FE: hue angle of 237.39º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F38FE is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB4756254-
CMYK0.810.7800.00
HSL237.39º99.04%59.02%-
HSV(B)237.39º81.5%99.61%-
XYZ20.4810.5994.73-
YUV75.88228.52107.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.17%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 254 (99.61% from 255) = 71.15%
R=13.17%
G=15.69%
B=71.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal47562540.810.7800.00237.3999.0459.02
Hex2F38FE514E00ed633b
Octal57703761211160035514373
Binary101111111000111111101010001100111000111011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F38FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,56,254); }

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

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

 a { background-color: rgb(47,56,254); }

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

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

 span { border-color: rgb(47,56,254); }

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