Html Css Color HEX #333FFF Neon Blue

📋 copy color: '#333FFF'

red 51 ◦ green 63 ◦ blue 255

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

Shades of Neon Blue #333FFF

Tints of Neon Blue #333FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.11%

R = 13.82%
G = 17.07%
B = 69.11%

CMYK

 C value IS 0.8

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#333FFF (or 0x333FFF) is known color: Neon Blue. HEX triplet: 33, 3F and FF. RGB value is (51,63,255). Sum of RGB (Red+Green+Blue) = 51+63+255=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #333FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333FFF is #CCC000. Grayscale: #505050. Windows color (decimal): -13418497 or 16727859. OLE color: 16727859.

HSL color Cylindrical-coordinate representation of color #333FFF: hue angle of 236.47º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #333FFF is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 63 255 -
CMYK 0.8 0.75 0 0
HSL 236.47º 1% 0.6% -
HSV(B) 236.47º 0.8% 1% -
XYZ 21.19 11.48 95.71 -
YUV 81.3 226.02 106.39 -
System Red Green Blue C M Y K H S L
Decimal 51 63 255 0.8 0.75 0 0 236.47 1 0.6
Hex 33 3F FF 50 4B 0 0 EC 64 3C
Octal 63 77 377 120 113 0 0 354 144 74
Binary 110011 111111 11111111 1010000 1001011 0 0 11101100 1100100 111100

Color Harmonies of #333FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333FFF

Black with #333FFF

Text Example


Text Example

White with #333FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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