Html Css Color HEX #2136F9 Neon Blue

📋 copy color: '#2136F9'

red 33 ◦ green 54 ◦ blue 249

#2136F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #2136F9

Tints of Neon Blue #2136F9

RGB

 RED value IS 33 (13.28% from 255) = 9.82%

 GREEN value IS 54 (21.48% from 255) = 16.07%

 BLUE value IS 249 (97.66% from 255) = 74.11%

R = 9.82%
G = 16.07%
B = 74.11%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2136F9 (or 0x2136F9) is known color: Neon Blue. HEX triplet: 21, 36 and F9. RGB value is (33,54,249). Sum of RGB (Red+Green+Blue) = 33+54+249=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 249 (97.66% from 255 or 74.11% from 336); Max value from RGB is 249 - color contains mainly: blue. Hex color #2136F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2136F9 is #DEC906. Grayscale: #454545. Windows color (decimal): -14600455 or 16332321. OLE color: 16332321.

HSL color Cylindrical-coordinate representation of color #2136F9: hue angle of 234.17º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2136F9 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 33 54 249 -
CMYK 0.87 0.78 0 0.02
HSL 234.17º 0.95% 0.55% -
HSV(B) 234.17º 0.87% 0.98% -
XYZ 19.05 9.8 90.51 -
YUV 69.95 229.04 101.64 -
System Red Green Blue C M Y K H S L
Decimal 33 54 249 0.87 0.78 0 0.02 234.17 0.95 0.55
Hex 21 36 F9 57 4E 0 2 EA 5F 37
Octal 41 66 371 127 116 0 2 352 137 67
Binary 100001 110110 11111001 1010111 1001110 0 10 11101010 1011111 110111

Color Harmonies of #2136F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2136F9

Black with #2136F9

Text Example


Text Example

White with #2136F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2136F9; }

 p { color: rgb(33,54,249); }

 H1.HeaderClassName
 {
   color: #2136F9;
 }
 .AnyTagClassName
 {
   color: #2136F9;
 }
</style>

background-color css

<style>
 a { background-color: #2136F9; }

 a { background-color: rgb(33,54,249); }

 div.DivClassName
 {
   background-color: #2136F9;
 }
 .BgClassName
 {
   background-color: #2136F9;
 }
</style>

border-color css

<style>
 span { border-color: #2136F9; }

 span { border-color: rgb(33,54,249); }

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