#2F3DE8

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

Shades of Neon Blue #2F3DE8

Tints of Neon Blue #2F3DE8

Color information

#2F3DE8 (or 0x2F3DE8) is unknown color: approx Neon Blue. HEX triplet: 2F, 3D and E8. RGB value is (47,61,232). Sum of RGB (Red+Green+Blue) = 47+61+232=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 232 (91.02% from 255 or 68.24% from 340); Max value from RGB is 232 - color contains mainly: blue. Hex color #2F3DE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F3DE8 is #D0C217. Grayscale: #4B4B4B. Windows color (decimal): -13681176 or 15220015. OLE color: 15220015.

HSL color Cylindrical-coordinate representation of color #2F3DE8: hue angle of 235.46º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F3DE8 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4761232-
CMYK0.800.7400.09
HSL235.46º80.09%54.71%-
HSV(B)235.46º79.74%90.98%-
XYZ17.419.7777.31-
YUV76.31215.86107.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.82%
GREEN value IS 61 (24.22% from 255) = 17.94%
BLUE value IS 232 (91.02% from 255) = 68.24%
R=13.82%
G=17.94%
B=68.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal47612320.800.7400.09235.4680.0954.71
Hex2F3DE8504A09eb5037
Octal577535012011201135312067
Binary101111111101111010001010000100101001001111010111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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