#272BF5

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

Shades of Neon Blue #272BF5

Tints of Neon Blue #272BF5

Color information

#272BF5 (or 0x272BF5) is unknown color: approx Neon Blue. HEX triplet: 27, 2B and F5. RGB value is (39,43,245). Sum of RGB (Red+Green+Blue) = 39+43+245=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 245 (96.09% from 255 or 74.92% from 327); Max value from RGB is 245 - color contains mainly: blue. Hex color #272BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272BF5 is #D8D40A. Grayscale: #404040. Windows color (decimal): -14210059 or 16067367. OLE color: 16067367.

HSL color Cylindrical-coordinate representation of color #272BF5: hue angle of 238.83º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #272BF5 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3943245-
CMYK0.840.8200.04
HSL238.83º91.15%55.69%-
HSV(B)238.83º84.08%96.08%-
XYZ18.188.7587.12-
YUV64.83229.67109.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.93%
GREEN value IS 43 (17.19% from 255) = 13.15%
BLUE value IS 245 (96.09% from 255) = 74.92%
R=11.93%
G=13.15%
B=74.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal39432450.840.8200.04238.8391.1555.69
Hex272BF5545204ef5b38
Octal47533651241220435713370
Binary10011110101111110101101010010100100100111011111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,43,245); }

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

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

 a { background-color: rgb(39,43,245); }

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

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

 span { border-color: rgb(39,43,245); }

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