Html Css Color HEX #333FEB Neon Blue

📋 copy color: '#333FEB'

red 51 ◦ green 63 ◦ blue 235

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

Shades of Neon Blue #333FEB

Tints of Neon Blue #333FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.34%

R = 14.61%
G = 18.05%
B = 67.34%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#333FEB (or 0x333FEB) is known color: Neon Blue. HEX triplet: 33, 3F and EB. RGB value is (51,63,235). Sum of RGB (Red+Green+Blue) = 51+63+235=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #333FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333FEB is #CCC014. Grayscale: #4E4E4E. Windows color (decimal): -13418517 or 15417139. OLE color: 15417139.

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

Color convert

RGB 51 63 235 -
CMYK 0.78 0.73 0 0.08
HSL 236.09º 0.82% 0.56% -
HSV(B) 236.09º 0.78% 0.92% -
XYZ 18.14 10.26 79.62 -
YUV 79.02 216.02 108.01 -
System Red Green Blue C M Y K H S L
Decimal 51 63 235 0.78 0.73 0 0.08 236.09 0.82 0.56
Hex 33 3F EB 4E 49 0 8 EC 52 38
Octal 63 77 353 116 111 0 10 354 122 70
Binary 110011 111111 11101011 1001110 1001001 0 1000 11101100 1010010 111000

Color Harmonies of #333FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333FEB

Black with #333FEB

Text Example


Text Example

White with #333FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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