Html Css Color HEX #3337FF Neon Blue

📋 copy color: '#3337FF'

red 51 ◦ green 55 ◦ blue 255

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

Shades of Neon Blue #3337FF

Tints of Neon Blue #3337FF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

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

R = 14.13%
G = 15.24%
B = 70.64%

CMYK

 C value IS 0.8

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3337FF (or 0x3337FF) is known color: Neon Blue. HEX triplet: 33, 37 and FF. RGB value is (51,55,255). Sum of RGB (Red+Green+Blue) = 51+55+255=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #3337FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3337FF is #CCC800. Grayscale: #4B4B4B. Windows color (decimal): -13420545 or 16725811. OLE color: 16725811.

HSL color Cylindrical-coordinate representation of color #3337FF: hue angle of 238.82º 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 #3337FF is Cyan = 0.8, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 55 255 -
CMYK 0.8 0.78 0 0
HSL 238.82º 1% 0.6% -
HSV(B) 238.82º 0.8% 1% -
XYZ 20.78 10.66 95.57 -
YUV 76.6 228.67 109.74 -
System Red Green Blue C M Y K H S L
Decimal 51 55 255 0.8 0.78 0 0 238.82 1 0.6
Hex 33 37 FF 50 4E 0 0 EF 64 3C
Octal 63 67 377 120 116 0 0 357 144 74
Binary 110011 110111 11111111 1010000 1001110 0 0 11101111 1100100 111100

Color Harmonies of #3337FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3337FF

Black with #3337FF

Text Example


Text Example

White with #3337FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3337FF; }

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

 H1.HeaderClassName
 {
   color: #3337FF;
 }
 .AnyTagClassName
 {
   color: #3337FF;
 }
</style>

background-color css

<style>
 a { background-color: #3337FF; }

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

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

border-color css

<style>
 span { border-color: #3337FF; }

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

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