#1836FB

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

Shades of Neon Blue #1836FB

Tints of Neon Blue #1836FB

Color information

#1836FB (or 0x1836FB) is unknown color: approx Neon Blue. HEX triplet: 18, 36 and FB. RGB value is (24,54,251). Sum of RGB (Red+Green+Blue) = 24+54+251=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 251 (98.44% from 255 or 76.29% from 329); Max value from RGB is 251 - color contains mainly: blue. Hex color #1836FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1836FB is #E7C904. Grayscale: #424242. Windows color (decimal): -15190277 or 16463384. OLE color: 16463384.

HSL color Cylindrical-coordinate representation of color #1836FB: hue angle of 232.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1836FB is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2454251-
CMYK0.900.7800.02
HSL232.07º96.6%53.92%-
HSV(B)232.07º90.44%98.43%-
XYZ19.119.892.15-
YUV67.49231.5696.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.29%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 251 (98.44% from 255) = 76.29%
R=7.29%
G=16.41%
B=76.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24542510.900.7800.02232.0796.653.92
Hex1836FB5A4E02e86136
Octal30663731321160235014166
Binary110001101101111101110110101001110010111010001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1836FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1836FB; }

 p { color: rgb(24,54,251); }

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

<style>
 a { background-color: #1836FB; }

 a { background-color: rgb(24,54,251); }

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

<style>
 span { border-color: #1836FB; }

 span { border-color: rgb(24,54,251); }

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