Html Css Color HEX #333FEF Neon Blue

📋 copy color: '#333FEF'

red 51 ◦ green 63 ◦ blue 239

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

Shades of Neon Blue #333FEF

Tints of Neon Blue #333FEF

RGB

 RED value IS 51 (20.31% from 255) = 14.45%

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

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

R = 14.45%
G = 17.85%
B = 67.71%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#333FEF (or 0x333FEF) is known color: Neon Blue. HEX triplet: 33, 3F and EF. RGB value is (51,63,239). Sum of RGB (Red+Green+Blue) = 51+63+239=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #333FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333FEF is #CCC010. Grayscale: #4E4E4E. Windows color (decimal): -13418513 or 15679283. OLE color: 15679283.

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

Color convert

RGB 51 63 239 -
CMYK 0.79 0.74 0 0.06
HSL 236.17º 0.85% 0.57% -
HSV(B) 236.17º 0.79% 0.94% -
XYZ 18.72 10.49 82.7 -
YUV 79.48 218.02 107.69 -
System Red Green Blue C M Y K H S L
Decimal 51 63 239 0.79 0.74 0 0.06 236.17 0.85 0.57
Hex 33 3F EF 4F 4A 0 6 EC 55 39
Octal 63 77 357 117 112 0 6 354 125 71
Binary 110011 111111 11101111 1001111 1001010 0 110 11101100 1010101 111001

Color Harmonies of #333FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333FEF

Black with #333FEF

Text Example


Text Example

White with #333FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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