#272FF2

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

Shades of Neon Blue #272FF2

Tints of Neon Blue #272FF2

Color information

#272FF2 (or 0x272FF2) is unknown color: approx Neon Blue. HEX triplet: 27, 2F and F2. RGB value is (39,47,242). Sum of RGB (Red+Green+Blue) = 39+47+242=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 242 (94.92% from 255 or 73.78% from 328); Max value from RGB is 242 - color contains mainly: blue. Hex color #272FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272FF2 is #D8D00D. Grayscale: #424242. Windows color (decimal): -14209038 or 15871783. OLE color: 15871783.

HSL color Cylindrical-coordinate representation of color #272FF2: hue angle of 237.64º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #272FF2 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3947242-
CMYK0.840.8100.05
HSL237.64º88.65%55.1%-
HSV(B)237.64º83.88%94.9%-
XYZ17.888.8884.78-
YUV66.84226.85108.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.89%
GREEN value IS 47 (18.75% from 255) = 14.33%
BLUE value IS 242 (94.92% from 255) = 73.78%
R=11.89%
G=14.33%
B=73.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal39472420.840.8100.05237.6488.6555.1
Hex272FF2545105ee5937
Octal47573621241210535613167
Binary10011110111111110010101010010100010101111011101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272FF2; }

 p { color: rgb(39,47,242); }

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

<style>
 a { background-color: #272FF2; }

 a { background-color: rgb(39,47,242); }

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

<style>
 span { border-color: #272FF2; }

 span { border-color: rgb(39,47,242); }

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