Html Css Color HEX #213FEF Neon Blue

📋 copy color: '#213FEF'

red 33 ◦ green 63 ◦ blue 239

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

Shades of Neon Blue #213FEF

Tints of Neon Blue #213FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 18.81%

 BLUE value IS 239 (93.75% from 255) = 71.34%

R = 9.85%
G = 18.81%
B = 71.34%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#213FEF (or 0x213FEF) is known color: Neon Blue. HEX triplet: 21, 3F and EF. RGB value is (33,63,239). Sum of RGB (Red+Green+Blue) = 33+63+239=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #213FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213FEF is #DEC010. Grayscale: #494949. Windows color (decimal): -14598161 or 15679265. OLE color: 15679265.

HSL color Cylindrical-coordinate representation of color #213FEF: hue angle of 231.26º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213FEF is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 63 239 -
CMYK 0.86 0.74 0 0.06
HSL 231.26º 0.87% 0.53% -
HSV(B) 231.26º 0.86% 0.94% -
XYZ 17.98 10.11 82.66 -
YUV 74.09 221.06 98.69 -
System Red Green Blue C M Y K H S L
Decimal 33 63 239 0.86 0.74 0 0.06 231.26 0.87 0.53
Hex 21 3F EF 56 4A 0 6 E7 57 35
Octal 41 77 357 126 112 0 6 347 127 65
Binary 100001 111111 11101111 1010110 1001010 0 110 11100111 1010111 110101

Color Harmonies of #213FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213FEF

Black with #213FEF

Text Example


Text Example

White with #213FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213FEF; }

 p { color: rgb(33,63,239); }

 H1.HeaderClassName
 {
   color: #213FEF;
 }
 .AnyTagClassName
 {
   color: #213FEF;
 }
</style>

background-color css

<style>
 a { background-color: #213FEF; }

 a { background-color: rgb(33,63,239); }

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

border-color css

<style>
 span { border-color: #213FEF; }

 span { border-color: rgb(33,63,239); }

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