#263EF4

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

Shades of Neon Blue #263EF4

Tints of Neon Blue #263EF4

Color information

#263EF4 (or 0x263EF4) is unknown color: approx Neon Blue. HEX triplet: 26, 3E and F4. RGB value is (38,62,244). Sum of RGB (Red+Green+Blue) = 38+62+244=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 244 (95.70% from 255 or 70.93% from 344); Max value from RGB is 244 - color contains mainly: blue. Hex color #263EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263EF4 is #D9C10B. Grayscale: #4A4A4A. Windows color (decimal): -14270732 or 16006694. OLE color: 16006694.

HSL color Cylindrical-coordinate representation of color #263EF4: hue angle of 233.01º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #263EF4 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3862244-
CMYK0.840.7500.04
HSL233.01º90.35%55.29%-
HSV(B)233.01º84.43%95.69%-
XYZ18.8510.3986.6-
YUV75.57223.05101.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.05%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 244 (95.70% from 255) = 70.93%
R=11.05%
G=18.02%
B=70.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal38622440.840.7500.04233.0190.3555.29
Hex263EF4544B04e95a37
Octal46763641241130435113267
Binary10011011111011110100101010010010110100111010011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263EF4; }

 p { color: rgb(38,62,244); }

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

<style>
 a { background-color: #263EF4; }

 a { background-color: rgb(38,62,244); }

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

<style>
 span { border-color: #263EF4; }

 span { border-color: rgb(38,62,244); }

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