#264BF7

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

Shades of Neon Blue #264BF7

Tints of Neon Blue #264BF7

Color information

#264BF7 (or 0x264BF7) is unknown color: approx Neon Blue. HEX triplet: 26, 4B and F7. RGB value is (38,75,247). Sum of RGB (Red+Green+Blue) = 38+75+247=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 247 (96.88% from 255 or 68.61% from 360); Max value from RGB is 247 - color contains mainly: blue. Hex color #264BF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264BF7 is #D9B408. Grayscale: #525252. Windows color (decimal): -14267401 or 16206630. OLE color: 16206630.

HSL color Cylindrical-coordinate representation of color #264BF7: hue angle of 229.38º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #264BF7 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3875247-
CMYK0.850.7000.03
HSL229.38º92.89%55.88%-
HSV(B)229.38º84.62%96.86%-
XYZ20.112.1689.28-
YUV83.54220.2495.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.56%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 247 (96.88% from 255) = 68.61%
R=10.56%
G=20.83%
B=68.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal38752470.850.7000.03229.3892.8955.88
Hex264BF7554603e55d38
Octal461133671251060334513570
Binary10011010010111111011110101011000110011111001011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,75,247); }

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

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

 a { background-color: rgb(38,75,247); }

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

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

 span { border-color: rgb(38,75,247); }

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