#2648FC

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

Shades of Neon Blue #2648FC

Tints of Neon Blue #2648FC

Color information

#2648FC (or 0x2648FC) is unknown color: approx Neon Blue. HEX triplet: 26, 48 and FC. RGB value is (38,72,252). Sum of RGB (Red+Green+Blue) = 38+72+252=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #2648FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2648FC is #D9B703. Grayscale: #515151. Windows color (decimal): -14268164 or 16533542. OLE color: 16533542.

HSL color Cylindrical-coordinate representation of color #2648FC: hue angle of 230.47º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2648FC is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB3872252-
CMYK0.850.7100.01
HSL230.47º97.27%56.86%-
HSV(B)230.47º84.92%98.82%-
XYZ20.6912.0893.34-
YUV82.35223.7496.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.50%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 252 (98.83% from 255) = 69.61%
R=10.50%
G=19.89%
B=69.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal38722520.850.7100.01230.4797.2756.86
Hex2648FC554701e66139
Octal461103741251070134614171
Binary1001101001000111111001010101100011101111001101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2648FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2648FC; }

 p { color: rgb(38,72,252); }

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

<style>
 a { background-color: #2648FC; }

 a { background-color: rgb(38,72,252); }

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

<style>
 span { border-color: #2648FC; }

 span { border-color: rgb(38,72,252); }

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