#272CEE

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

Shades of Neon Blue #272CEE

Tints of Neon Blue #272CEE

Color information

#272CEE (or 0x272CEE) is unknown color: approx Neon Blue. HEX triplet: 27, 2C and EE. RGB value is (39,44,238). Sum of RGB (Red+Green+Blue) = 39+44+238=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #272CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272CEE is #D8D311. Grayscale: #3F3F3F. Windows color (decimal): -14209810 or 15608871. OLE color: 15608871.

HSL color Cylindrical-coordinate representation of color #272CEE: hue angle of 238.49º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #272CEE is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3944238-
CMYK0.840.8200.07
HSL238.49º85.41%54.31%-
HSV(B)238.49º83.61%93.33%-
XYZ17.178.4181.61-
YUV64.62225.84109.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.15%
GREEN value IS 44 (17.58% from 255) = 13.71%
BLUE value IS 238 (93.36% from 255) = 74.14%
R=12.15%
G=13.71%
B=74.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal39442380.840.8200.07238.4985.4154.31
Hex272CEE545207ee5536
Octal47543561241220735612566
Binary10011110110011101110101010010100100111111011101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,44,238); }

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

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

 a { background-color: rgb(39,44,238); }

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

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

 span { border-color: rgb(39,44,238); }

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