Html Css Color HEX #333CEF Neon Blue

📋 copy color: '#333CEF'

red 51 ◦ green 60 ◦ blue 239

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

Shades of Neon Blue #333CEF

Tints of Neon Blue #333CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

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

R = 14.57%
G = 17.14%
B = 68.29%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#333CEF (or 0x333CEF) is known color: Neon Blue. HEX triplet: 33, 3C and EF. RGB value is (51,60,239). Sum of RGB (Red+Green+Blue) = 51+60+239=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #333CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333CEF is #CCC310. Grayscale: #4C4C4C. Windows color (decimal): -13419281 or 15678515. OLE color: 15678515.

HSL color Cylindrical-coordinate representation of color #333CEF: hue angle of 237.13º 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 #333CEF is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 60 239 -
CMYK 0.79 0.75 0 0.06
HSL 237.13º 0.85% 0.57% -
HSV(B) 237.13º 0.79% 0.94% -
XYZ 18.56 10.17 82.65 -
YUV 77.72 219.02 108.95 -
System Red Green Blue C M Y K H S L
Decimal 51 60 239 0.79 0.75 0 0.06 237.13 0.85 0.57
Hex 33 3C EF 4F 4B 0 6 ED 55 39
Octal 63 74 357 117 113 0 6 355 125 71
Binary 110011 111100 11101111 1001111 1001011 0 110 11101101 1010101 111001

Color Harmonies of #333CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333CEF

Black with #333CEF

Text Example


Text Example

White with #333CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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