Html Css Color HEX #333FEA Neon Blue

📋 copy color: '#333FEA'

red 51 ◦ green 63 ◦ blue 234

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

Shades of Neon Blue #333FEA

Tints of Neon Blue #333FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 67.24%

R = 14.66%
G = 18.1%
B = 67.24%

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

#333FEA (or 0x333FEA) is known color: Neon Blue. HEX triplet: 33, 3F and EA. RGB value is (51,63,234). Sum of RGB (Red+Green+Blue) = 51+63+234=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #333FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333FEA is #CCC015. Grayscale: #4E4E4E. Windows color (decimal): -13418518 or 15351603. OLE color: 15351603.

HSL color Cylindrical-coordinate representation of color #333FEA: hue angle of 236.07º degrees, saturation: 0.81, 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 #333FEA is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 51 63 234 -
CMYK 0.78 0.73 0 0.08
HSL 236.07º 0.81% 0.56% -
HSV(B) 236.07º 0.78% 0.92% -
XYZ 17.99 10.2 78.86 -
YUV 78.91 215.52 108.1 -
System Red Green Blue C M Y K H S L
Decimal 51 63 234 0.78 0.73 0 0.08 236.07 0.81 0.56
Hex 33 3F EA 4E 49 0 8 EC 51 38
Octal 63 77 352 116 111 0 10 354 121 70
Binary 110011 111111 11101010 1001110 1001001 0 1000 11101100 1010001 111000

Color Harmonies of #333FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333FEA

Black with #333FEA

Text Example


Text Example

White with #333FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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