#2635FF

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

Shades of Neon Blue #2635FF

Tints of Neon Blue #2635FF

Color information

#2635FF (or 0x2635FF) is unknown color: approx Neon Blue. HEX triplet: 26, 35 and FF. RGB value is (38,53,255). Sum of RGB (Red+Green+Blue) = 38+53+255=346 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.98% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #2635FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2635FF is #D9CA00. Grayscale: #464646. Windows color (decimal): -14273025 or 16725286. OLE color: 16725286.

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

Color convert

RGB3853255-
CMYK0.850.7900
HSL235.85º100%57.45%-
HSV(B)235.85º85.1%100%-
XYZ20.1210.1895.51-
YUV71.54231.53104.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.98%
GREEN value IS 53 (21.09% from 255) = 15.32%
BLUE value IS 255 (100% from 255) = 73.70%
R=10.98%
G=15.32%
B=73.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal38532550.850.7900235.8510057.45
Hex2635FF554F00ec6439
Octal46653771251170035414471
Binary100110110101111111111010101100111100111011001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2635FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2635FF; }

 p { color: rgb(38,53,255); }

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

<style>
 a { background-color: #2635FF; }

 a { background-color: rgb(38,53,255); }

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

<style>
 span { border-color: #2635FF; }

 span { border-color: rgb(38,53,255); }

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