#264DFE

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

Shades of Neon Blue #264DFE

Tints of Neon Blue #264DFE

Color information

#264DFE (or 0x264DFE) is unknown color: approx Neon Blue. HEX triplet: 26, 4D and FE. RGB value is (38,77,254). Sum of RGB (Red+Green+Blue) = 38+77+254=369 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.30% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #264DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264DFE is #D9B201. Grayscale: #545454. Windows color (decimal): -14266882 or 16665894. OLE color: 16665894.

HSL color Cylindrical-coordinate representation of color #264DFE: hue angle of 229.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #264DFE is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB3877254-
CMYK0.850.7000.00
HSL229.17º99.08%57.25%-
HSV(B)229.17º85.04%99.61%-
XYZ21.3412.8895.13-
YUV85.52223.0894.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.30%
GREEN value IS 77 (30.47% from 255) = 20.87%
BLUE value IS 254 (99.61% from 255) = 68.83%
R=10.30%
G=20.87%
B=68.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal38772540.850.7000.00229.1799.0857.25
Hex264DFE554600e56339
Octal461153761251060034514371
Binary1001101001101111111101010101100011000111001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264DFE; }

 p { color: rgb(38,77,254); }

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

<style>
 a { background-color: #264DFE; }

 a { background-color: rgb(38,77,254); }

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

<style>
 span { border-color: #264DFE; }

 span { border-color: rgb(38,77,254); }

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