#274FFA

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

Shades of Neon Blue #274FFA

Tints of Neon Blue #274FFA

Color information

#274FFA (or 0x274FFA) is unknown color: approx Neon Blue. HEX triplet: 27, 4F and FA. RGB value is (39,79,250). Sum of RGB (Red+Green+Blue) = 39+79+250=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #274FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274FFA is #D8B005. Grayscale: #555555. Windows color (decimal): -14200838 or 16404263. OLE color: 16404263.

HSL color Cylindrical-coordinate representation of color #274FFA: hue angle of 228.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #274FFA is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3979250-
CMYK0.840.6800.02
HSL228.63º95.48%56.67%-
HSV(B)228.63º84.4%98.04%-
XYZ20.8912.9391.84-
YUV86.53220.2594.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.60%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 250 (98.05% from 255) = 67.93%
R=10.60%
G=21.47%
B=67.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal39792500.840.6800.02228.6395.4856.67
Hex274FFA544402e55f39
Octal471173721241040234513771
Binary10011110011111111101010101001000100010111001011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274FFA; }

 p { color: rgb(39,79,250); }

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

<style>
 a { background-color: #274FFA; }

 a { background-color: rgb(39,79,250); }

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

<style>
 span { border-color: #274FFA; }

 span { border-color: rgb(39,79,250); }

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