Html Css Color HEX #333FED Neon Blue

📋 copy color: '#333FED'

red 51 ◦ green 63 ◦ blue 237

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

Shades of Neon Blue #333FED

Tints of Neon Blue #333FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.52%

R = 14.53%
G = 17.95%
B = 67.52%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#333FED (or 0x333FED) is known color: Neon Blue. HEX triplet: 33, 3F and ED. RGB value is (51,63,237). Sum of RGB (Red+Green+Blue) = 51+63+237=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #333FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333FED is #CCC012. Grayscale: #4E4E4E. Windows color (decimal): -13418515 or 15548211. OLE color: 15548211.

HSL color Cylindrical-coordinate representation of color #333FED: hue angle of 236.13º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333FED is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 63 237 -
CMYK 0.78 0.73 0 0.07
HSL 236.13º 0.84% 0.56% -
HSV(B) 236.13º 0.78% 0.93% -
XYZ 18.43 10.37 81.15 -
YUV 79.25 217.02 107.85 -
System Red Green Blue C M Y K H S L
Decimal 51 63 237 0.78 0.73 0 0.07 236.13 0.84 0.56
Hex 33 3F ED 4E 49 0 7 EC 54 38
Octal 63 77 355 116 111 0 7 354 124 70
Binary 110011 111111 11101101 1001110 1001001 0 111 11101100 1010100 111000

Color Harmonies of #333FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333FED

Black with #333FED

Text Example


Text Example

White with #333FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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