Html Css Color HEX #212EF8 Neon Blue

📋 copy color: '#212EF8'

red 33 ◦ green 46 ◦ blue 248

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

Shades of Neon Blue #212EF8

Tints of Neon Blue #212EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 75.84%

R = 10.09%
G = 14.07%
B = 75.84%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#212EF8 (or 0x212EF8) is known color: Neon Blue. HEX triplet: 21, 2E and F8. RGB value is (33,46,248). Sum of RGB (Red+Green+Blue) = 33+46+248=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 248 (97.27% from 255 or 75.84% from 327); Max value from RGB is 248 - color contains mainly: blue. Hex color #212EF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212EF8 is #DED107. Grayscale: #404040. Windows color (decimal): -14602504 or 16264737. OLE color: 16264737.

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

Color convert

RGB 33 46 248 -
CMYK 0.87 0.81 0 0.03
HSL 236.37º 0.94% 0.55% -
HSV(B) 236.37º 0.87% 0.97% -
XYZ 18.55 9.05 89.58 -
YUV 65.14 231.19 105.07 -
System Red Green Blue C M Y K H S L
Decimal 33 46 248 0.87 0.81 0 0.03 236.37 0.94 0.55
Hex 21 2E F8 57 51 0 3 EC 5E 37
Octal 41 56 370 127 121 0 3 354 136 67
Binary 100001 101110 11111000 1010111 1010001 0 11 11101100 1011110 110111

Color Harmonies of #212EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EF8

Black with #212EF8

Text Example


Text Example

White with #212EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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