#2435F0

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

Shades of Neon Blue #2435F0

Tints of Neon Blue #2435F0

Color information

#2435F0 (or 0x2435F0) is unknown color: approx Neon Blue. HEX triplet: 24, 35 and F0. RGB value is (36,53,240). Sum of RGB (Red+Green+Blue) = 36+53+240=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 240 (94.14% from 255 or 72.95% from 329); Max value from RGB is 240 - color contains mainly: blue. Hex color #2435F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2435F0 is #DBCA0F. Grayscale: #444444. Windows color (decimal): -14404112 or 15742244. OLE color: 15742244.

HSL color Cylindrical-coordinate representation of color #2435F0: hue angle of 235º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2435F0 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3653240-
CMYK0.850.7800.06
HSL235º87.18%54.12%-
HSV(B)235º85%94.12%-
XYZ17.739.2183.28-
YUV69.24224.37104.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.94%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 240 (94.14% from 255) = 72.95%
R=10.94%
G=16.11%
B=72.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal36532400.850.7800.0623587.1854.12
Hex2435F0554E06eb5736
Octal44653601251160635312766
Binary10010011010111110000101010110011100110111010111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2435F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2435F0; }

 p { color: rgb(36,53,240); }

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

<style>
 a { background-color: #2435F0; }

 a { background-color: rgb(36,53,240); }

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

<style>
 span { border-color: #2435F0; }

 span { border-color: rgb(36,53,240); }

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