Html Css Color HEX #212EF6 Neon Blue

📋 copy color: '#212EF6'

red 33 ◦ green 46 ◦ blue 246

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

Shades of Neon Blue #212EF6

Tints of Neon Blue #212EF6

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

 BLUE value IS 246 (96.48% from 255) = 75.69%

R = 10.15%
G = 14.15%
B = 75.69%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#212EF6 (or 0x212EF6) is known color: Neon Blue. HEX triplet: 21, 2E and F6. RGB value is (33,46,246). Sum of RGB (Red+Green+Blue) = 33+46+246=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 246 (96.48% from 255 or 75.69% from 325); Max value from RGB is 246 - color contains mainly: blue. Hex color #212EF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212EF6 is #DED109. Grayscale: #404040. Windows color (decimal): -14602506 or 16133665. OLE color: 16133665.

HSL color Cylindrical-coordinate representation of color #212EF6: hue angle of 236.34º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #212EF6 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 33 46 246 -
CMYK 0.87 0.81 0 0.04
HSL 236.34º 0.92% 0.55% -
HSV(B) 236.34º 0.87% 0.96% -
XYZ 18.24 8.93 87.95 -
YUV 64.91 230.19 105.24 -
System Red Green Blue C M Y K H S L
Decimal 33 46 246 0.87 0.81 0 0.04 236.34 0.92 0.55
Hex 21 2E F6 57 51 0 4 EC 5C 37
Octal 41 56 366 127 121 0 4 354 134 67
Binary 100001 101110 11110110 1010111 1010001 0 100 11101100 1011100 110111

Color Harmonies of #212EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EF6

Black with #212EF6

Text Example


Text Example

White with #212EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212EF6; }

 p { color: rgb(33,46,246); }

 H1.HeaderClassName
 {
   color: #212EF6;
 }
 .AnyTagClassName
 {
   color: #212EF6;
 }
</style>

background-color css

<style>
 a { background-color: #212EF6; }

 a { background-color: rgb(33,46,246); }

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

border-color css

<style>
 span { border-color: #212EF6; }

 span { border-color: rgb(33,46,246); }

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